zksync-web-landing icon indicating copy to clipboard operation
zksync-web-landing copied to clipboard

zkSync.io landing page

zkSync.io GitHub license GitHub license

Website zkSync.io

First public release of the updated zkSync.io landing page design

CHANGELOG

Build Setup

# 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.


Solutions used