Exchange books with each other, share your thoughts, participate in events, all in one stop. BookStop is the final destination for every reader.
Website: https://bookstop.app
| Codebase | Description |
|---|---|
| bookstop-front | Next.js Frontend Application |
| bookstop-api | Golang API Server (GraphQL) and Admin Page |
| bookstop-home | Preact homepage |
Install all dependencies using:
npm iThen, run the development server with 2 terminals:
npm run devnpm run tw:watchBuild the app:
npm run buildStart the server:
npm run serve