Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eimer-archive/minecrashwebsite
https://github.com/eimer-archive/minecrashwebsite
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/eimer-archive/minecrashwebsite
- Owner: Eimer-Archive
- License: mit
- Created: 2024-09-18T01:32:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T03:14:01.000Z (2 months ago)
- Last Synced: 2024-09-18T06:24:55.986Z (2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The MineCrash Website powered by SvelteKit
## Developing
The development server can be started with:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To build the nodejs/static version of the website run:
```bash
npm run build
```