Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/istador/smoo.it
- Owner: Istador
- License: mpl-2.0
- Created: 2022-07-23T16:32:09.000Z (over 2 years ago)
- Default Branch: public
- Last Pushed: 2024-10-29T10:04:36.000Z (3 months ago)
- Last Synced: 2024-10-29T11:51:33.614Z (3 months ago)
- Topics: website
- Language: Vue
- Homepage: https://smoo.it
- Size: 979 KB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```