Direct people to docs for contributing (#306)

[no ci]
This commit is contained in:
Emma 2021-10-02 17:29:33 -04:00 committed by GitHub
parent 4108d7827a
commit f4636fdca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,6 @@
## Modrinth's center for its frontend service
## Build Setup
For contributing information, please see the knossos section of the [Modrinth contributing guide](https://docs.modrinth.com/docs/details/contributing/#knossos-frontend).
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
For a detailed explanation on how things work in general, check out the [Nuxt.js docs](https://nuxtjs.org).