Make sure you have setup Clear notes server
git clone git@github.com:j0n/clear-notes-frontend.git
cd clear-notes-frontend
npm i
Add .env and add API_URL as parameter
-
cp env.sample .env -
echo "URL_TO_URL_CLEAR_NOTES_SERVER" > .env
npm run dev
Add .env.prod and add URL to you prod serverAPI_URL as parameter
cp env.sample .env.prodecho "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
- Start support markdown instead of pure textarea.
- Migrate to typescript
- Style, style :)