Skip to content

aeruo/Mditor

Repository files navigation

alt

Mditor - NextJS Markdown Editor

This project was bootstrapped with Next.js, a React framework for production.

Prerequisites

Before running this project, ensure you have the following installed on your local machine:

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/KunHnao/Mditor
  2. Navigate to the project directory:

    cd mditor
  3. Install project dependencies using npm:

    npm install

    or using Yarn:

    yarn install

Create .env

If you wish to work with the createPage functionality, create an .env file at the root directory of the project with your postgresql url assigned to the variable DATABASE_URL

Running the Project

Once the dependencies are installed, you can start the development server:

npm run dev

or with Yarn:

yarn dev

This will start the development server at http://localhost:3000. Open this URL in your browser to view the project.

About

A simple, open-source markdown editor that is also the fastest way to build the simplest website ever. Built with NextJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published