Skip to content

j0n/clear-notes-frontend

Repository files navigation

Clear notes frontend

Make sure you have setup Clear notes server

Setup and install dependencies

git clone git@github.com:j0n/clear-notes-frontend.git

cd clear-notes-frontend

npm i

Set url to clear notes server

Add .env and add API_URL as parameter

  • cp env.sample .env

  • echo "URL_TO_URL_CLEAR_NOTES_SERVER" > .env

Start dev server

npm run dev

Build for deploy

Add .env.prod and add URL to you prod serverAPI_URL as parameter

  • cp env.sample .env.prod
  • echo "URL_TO_URL_CLEAR_NOTES_SERVER" > .env.prod

Then run npm bun build, the frontend code is output to /dist copy to your static folder in your prefered react serving server

TODO

  • Start support markdown instead of pure textarea.
  • Migrate to typescript
  • Style, style :)

About

A small react app to use as UI for your clear notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •