Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 408 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 408 Bytes

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 [email protected]
$ yarn build
$ firebase deploy

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