SSZ SimpleSerialize
SSZ Website in progress...
Deployed site with Overview: www.ssz.dev
"Main" branch contains Visualizer in development
To Contribute:
- 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.
To install this project locally:
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.
We suggest that you begin by typing:
cd ssz-simpleserialize
npm run dev