Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 704 Bytes

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