An open API service indexing awesome lists of open source software.

https://github.com/eimer-archive/minecrashwebsite

The website for MineCrash
https://github.com/eimer-archive/minecrashwebsite

crash error mine minecrash solve

Last synced: 8 months ago
JSON representation

The website for MineCrash

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
```