1.0.0 • Published 11 months ago

@pijushbarik/roughpad v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Roughpad

A very simple HTML page to take quick note.

Features

  • Automatically saves notes in local storage
  • New features will be added
    • Control dashboard
    • Manual save/clear storage
    • Last saved/modified timestamp
    • Export/import

How to run

Dev server

yarn start
# will start dev server on http://localhost:1234

Build

yarn build
# will create a production build in the `dist` directory

Serve

yarn serve
# will run a server from the directory on http://localhost:9009

Run as a background process

Install pm2 by running npm i -g pm2@latest or yarn add -g pm2@latest Then from inside the project directory

yarn build
pm2 start ./ecosystem.cofig.js

This will add the the server as a pm2 process in background and is accssible from http://localhost:9009

1.0.0

11 months ago