Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninagw/book-journal-app
https://github.com/ninagw/book-journal-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ninagw/book-journal-app
- Owner: ninagw
- Created: 2024-05-03T16:06:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T15:13:49.000Z (25 days ago)
- Last Synced: 2024-12-21T16:24:10.275Z (25 days ago)
- Language: JavaScript
- Homepage: https://book-journal-app.vercel.app
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Journal App
Project loading..
## Scribble
### Local Development
To work locally, please install the dependencies using `npm i` first.
Run `npm run dev` to start a development server and open the displayed URL in a browser.
Use `npm run test` to run the tests.
### Scripts
You can use the following commands:
- `npm run dev` to start a development server
- `npm run build` to build the project
- `npm run start` to start a production server
- `npm run test` to run the tests
- `npm run lint` to run the linter