https://github.com/timxor/rickynote
rickynote
https://github.com/timxor/rickynote
app notes rickynotes
Last synced: about 1 month ago
JSON representation
rickynote
- Host: GitHub
- URL: https://github.com/timxor/rickynote
- Owner: timxor
- License: apache-2.0
- Created: 2025-02-09T05:57:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T09:24:47.000Z (5 months ago)
- Last Synced: 2025-02-17T23:58:39.778Z (4 months ago)
- Topics: app, notes, rickynotes
- Language: TypeScript
- Homepage: https://github.com/timxor/rickynote
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rickynote
## 1. Frontend
To install the frontend, navigate to the `frontend` directory and run the following commands:
```
cd frontend
deno install
deno install --allow-scripts=npm:[email protected]
deno task dev
```Then navigate to `http://localhost:3000` in your browser.
`http://localhost:3000`