Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/importly/scpbookstore
This is the main management webserver to manage Stanton's prep book library.
https://github.com/importly/scpbookstore
svelte
Last synced: 2 months ago
JSON representation
This is the main management webserver to manage Stanton's prep book library.
- Host: GitHub
- URL: https://github.com/importly/scpbookstore
- Owner: importly
- Created: 2022-06-25T10:44:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T23:44:30.000Z (about 1 year ago)
- Last Synced: 2023-12-01T00:30:52.949Z (about 1 year ago)
- Topics: svelte
- Language: Jupyter Notebook
- Homepage: https://scpbooks.org
- Size: 8.08 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.