Skip to content

MadeInBasel/madeinbasel-website

Repository files navigation

madeinbasel-website

Official website for madeinbasel.org

For detailed explanation on how things work, check out the Nuxt.js and Vuetify.js documentation.

Questions, remarks? Join the conversation on Gitter.

Development

Install dependencies:

yarn install

Build the project and serve it with Nuxt on http://localhost:3000:

npm run dev

Test the production distribution by building the site, then serving it with Firebase on http://localhost:5000:

npm run generate
npm run firebase-serve