Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.04 KB

Website zkSync.io

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

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