This is a Markdown note app (more features are being added), and you can check out the live demo or screenshots from the links below:
To install all dependencies:
npm install
To run the development server:
npm run dev
To build for deployment:
npm run build
(this creates a dist
folder for deployment.)