Skip to content

Latest commit

 

History

History

client

mozfest-client

This is the client-side component of the Plaza.

development

setup

First make sure you have the root setup

You'll want the server to be running, see server setup, by default the client will talk to the local server automatically.

# cd to/this/folder

npm install

regular use

# cd to/this/folder

# Run vue-cli-service to build and serve the site for local development
# -> Runs on localhost:8080
npm run start

Releasing

Following release process, a container for the server is built using the Dockerfile.