An e-book platform for a great reading experience with a search interface to find books and audiobooks.
Clone the project
git clone --depth=1 https://github.com/Lulzx/shoten.git
cd shoten
Install and run backend (http://localhost:8000)
git clone --depth=1 https://github.com/Lulzx/shoten-backend.git
cd shoten-backend
pip install -r requirements.txt
python -m uvicorn server:app --reload
Install and run frontend (http://localhost:5000)
yarn install
yarn dev:nollup
Syntax | Description |
---|---|
dev |
Development (port 5000) |
dev:nollup |
Development with crazy fast rebuilds (port 5000) |
build |
Build a bundled app with SSR + pre-rendering and dynamic imports |
serve |
Run after a build to preview. Serves SPA on 5000 and SSR on 5005 |
export |
Create static pages from content in dist folder (used by yarn build ) |
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is available in Public Domain, you're free to use it without any restrictions.