https://github.com/dpecos/bookshelf
https://github.com/dpecos/bookshelf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpecos/bookshelf
- Owner: dpecos
- Created: 2012-12-26T01:31:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T21:57:00.000Z (over 1 year ago)
- Last Synced: 2024-12-27T16:45:43.480Z (5 months ago)
- Language: TypeScript
- Size: 25.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf
## docker install
```
cd backend && docker build . --network host -t latest && cd -
cd frontend && docker build . --network host --build-arg REACT_APP_BACKEND_PORT=3100 -t latest && cd -
docker-compose up -d
```