Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 6 hours ago
JSON representation

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