Thank you for your interest in contributing to our Blockless Code Labs project!
This contribution guide will help you get started with the setup and contribution process.
Our goal is to provide the best Web3 learning experience possible.
Thank you for considering contributing to our Code Labs project. Your contributions will help developers learn new technologies and improve their coding skills.
Before you start contributing to Code Labs, make sure you have the following prerequisites:
- Node.js (version 12 or higher)
- Go (Golang) (version 1.20 or higher)
If you don't have Node.js installed, download and install it from the official website: https://nodejs.org/.
If you don't have Go (Golang) installed, download and install it from the official website: https://golang.org/.
CLAAT (Codelabs as a Thing) is a tool to write, preview, and publish codelabs. To install CLAAT, run the following command in your terminal:
go install github.com/googlecodelabs/tools/claat@latest
Make sure you have Go (Golang) installed before running the above command.
issuing the npm run new
command will start the process of creating a new codelab that will appear in labs/title-stub
for editing
npm run start
labs/codelabsOrder.json
can be edited to change the generation order for the landing page.