Skip to content

archfirst/archfirst-website

Repository files navigation

Archfirst Website

Dev Build

Use Node version 10.24.1

$ yarn
$ yarn develop

Now point your browser to http://localhost:8000/.

Production Build

Use firebase-tools version 6.12.0:

npm install -g firebase-tools@6.12.0
$ yarn build
$ firebase deploy

This creates the build in the public folder and deploys it on firebase.

Releases

No releases published

Packages

No packages published