First public release of the updated zkSync.io landing page design
# clear possible cache && install dependencies (clear install)
$ sh cli-dev.sh ci
# populate .env file as dev environment && serve with hot reload at localhost:3000
$ yarn dev
# build for dev
$ build:stage
# afterward you'll have prepared distributive in /public folder
# build for production (only if you have firebase:auth)
$ bash cli-dev.sh ci && yarn zk-ci-prepare
For detailed explanation on how things work, check out Nuxt.js docs.