Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 551 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 551 Bytes

Pinned Notes

Easily create notes in your favorite browser and return to them whenever you need to. Created with vanilla JavaScript and Tailwindcss.

Access the website: pinnednotes

How to start

Install all the dependencies:

npm install

Start the development server:

npm run dev

Create a construction directory for production:

npm run build

Starts a local static web server that serves the dist files to the local web server:

npm run preview

License

MIT License