Skip to content

neoburger/web

Repository files navigation

Build

yarn export

Deploy

git push

or

./deploy.sh

Config

Publish on github

  • config.js

const mode = 'github'

Publish on server

  • config.js

const mode = 'server'

Debug by local

  • config.js

const mode = 'dev'

  • run

yarn dev

  • browser

localhost:3000