/gob_collages

Longform sur les collages féministes

Primary LanguageVue

gob_collages

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

To launch a development server: (Project will be running at http://localhost:8090/)

npm run serve

Credits

Made with createapp.dev