Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 436 Bytes

fastspace

CLI Commands

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn run build

# test the production build locally
yarn run serve

# run tests with jest and preact-render-spy 
yarn run test

# deploy firebase
firebase deploy

For detailed explanation on how things work, checkout the CLI Readme.