Deployed site with Overview: www.ssz.dev
- Please branch off of "Main"
- Overview pages exist as markdown files in "overview" directory. Improvements to these are welcome.
- Visualization lives in "Simulator" directory. Design improvements are desired.
-
If you don’t have Node.js installed, install it from here. You’ll need Node.js version 10.13 or later.
-
- To create a Next.js app, open your terminal, cd into the directory you’d like to create the app in, and run the following command:
npx create-next-app ssz-simpleserialize --use-npm --example "https://github.com/ScottyPoi/SSZ-SimpleSerialize/tree/main"
Inside that directory, you can run several commands:
-
npm run dev
- Starts the development server.
-
npm run build
- Builds the app for production.
-
npm start
- Runs the built app in production mode.
cd ssz-simpleserialize
npm run dev