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

zkSync.io landing page

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

matter-labs/zksync-web-landing

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