Everything you need to start building blockchain applications
All of the content files are located in ./data folder
- Add new learn info to the
./data/learn.yaml - Add new fund info to the
./data/fund.yaml
- Add new develop info to the
./data/develop.yaml - Add new test info to the
./data/test.yaml - Add new secure info to the
./data/secure.yaml - Add new deploy info to the
./data/deploy.yaml - Add new monitor info to the
./data/monitor.yaml - Add new manage info to the
./data/manage.yaml
- Add new community info to the
./data/community.yaml - Add new market info to the
./data/market.yaml
- Add new blockchain to the
./data/blockchains.yaml
- Add new chapter or chapter contents
./data/chapters.yaml. This file is used to dynamically build the content in both the navigation items and also the main contents (Get started, Development Cycle and Share).
All the source code is located in ./src folder
- Add new components to the
./src/componentsfolder - Add new pages to the
./src/pagesfolder - Add new styles to the
./src/stylesfolder - Add new icons to the
./src/iconsfolder
# To install dependencies
npm install
# To run development server
npm run dev
# or
# To install dependencies
yarn
# To run development server
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.js. The page auto-updates as you
edit the file.
We use SASS and a simplified BEM
Fork the repository, create work and raise a PR using the provided template.