From f4636fdca267de9289e89591814c60bf514dfa6f Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 2 Oct 2021 17:29:33 -0400 Subject: [PATCH] Direct people to docs for contributing (#306) [no ci] --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b99bb7ead..8bc594ea8 100644 --- a/README.md +++ b/README.md @@ -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).