mirror of
https://github.com/status-im/status-tutorials.git
synced 2026-08-27 10:11:07 +00:00
master
Add/Update License Files
Status Tutorial
The landing page listing all the tutorial resources of the Status Network.
Setup
yarn install
yarn run start:dev
Production
Option 1: Local
yarn install
yarn run build
yarn run start
Option 2: Docker
docker build .
docker run -p 3000:3000 <image_id>
Deploy
Update org and repot in /scripts/deploy.js.
yarn run build
yarn run export
touch out/.nojekyll
yarn run deploy
References
Description
The Status Network tutorial resources archive
https://tutorials.statusnetwork.com/
4.1 MiB
Languages
TypeScript
78.3%
SCSS
15.4%
JavaScript
6.1%
Dockerfile
0.2%