Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninagw/book-app
Book Journal App
https://github.com/ninagw/book-app
api javascript nextjs styled-components
Last synced: 9 days ago
JSON representation
Book Journal App
- Host: GitHub
- URL: https://github.com/ninagw/book-app
- Owner: ninagw
- Created: 2024-12-22T10:29:21.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T14:23:34.000Z (12 days ago)
- Last Synced: 2025-01-03T14:42:23.275Z (12 days ago)
- Topics: api, javascript, nextjs, styled-components
- Language: JavaScript
- Homepage: https://ninagw.github.io/book-app/
- Size: 133 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book 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