https://github.com/codex-team/notes.web
https://github.com/codex-team/notes.web
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/notes.web
- Owner: codex-team
- Created: 2023-06-01T18:35:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:37:01.000Z (9 months ago)
- Last Synced: 2025-04-14T23:08:52.680Z (9 months ago)
- Language: Vue
- Size: 8.66 MB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes.web
### How to run the project
Use node v20 (or at least v19)
```
nvm use
```
Install dependencies
```
yarn install
```
Copy .env.sample as .env
```
cp .env.sample .env
```
Run the project
```
yarn dev
```
The default project address is http://localhost:5173/