Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/istador/smoo.it

Website for Super Mario Odyssey: Online
https://github.com/istador/smoo.it

website

Last synced: about 2 months ago
JSON representation

Website for Super Mario Odyssey: Online

Awesome Lists containing this project

README

        

# smoo.it

[smoo.it](https://smoo.it/) is a website for the [Super Mario Odyssey Online mod](https://github.com/CraftyBoss/SuperMarioOdysseyOnline/).

## Project setup
Requires `Git` and [Node.js](https://nodejs.org/).

```
git clone https://github.com/Istador/smoo.it
cd smoo.it
npm install --legacy-peer-deps
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```