Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xella37/PineStore-site
The frontend for PineStore in Svelte
https://github.com/Xella37/PineStore-site
computercraft computercraft-tweaked lua svelte sveltekit
Last synced: 2 months ago
JSON representation
The frontend for PineStore in Svelte
- Host: GitHub
- URL: https://github.com/Xella37/PineStore-site
- Owner: Xella37
- License: gpl-3.0
- Created: 2023-09-14T17:43:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T16:50:41.000Z (4 months ago)
- Last Synced: 2024-08-17T17:58:15.010Z (4 months ago)
- Topics: computercraft, computercraft-tweaked, lua, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 796 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PineStore-site
The frontend for PineStore in Svelte: https://pinestore.cc/ .Feel free to help out on the development on the site. Come have a chat on [Discord](https://discord.gg/sNhyBjGez5) about bugfixes, possible changes or suggestions!
## Setup
Assuming you already have NodeJS installed, install the dependencies:```bash
npm install
```Now everything should be ready for development. Simply start the development server and any changes made to the source code should show up in your browser. Do so with the following command (which also opens the page in your browser)
```bash
npm run dev -- --open
```## Documentation
All documentation we have at the moment for all of the communication with the backend API is at [https://pinestore.cc/documentation](https://pinestore.cc/documentation).