The Status Network tutorial resources archive
https://tutorials.statusnetwork.com/
a20687c312 | ||
---|---|---|
.storybook | ||
pages | ||
public | ||
scripts | ||
server | ||
src | ||
test | ||
.babelrc | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.env.test | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
.travis.yml | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
global.d.ts | ||
jest.config.js | ||
next-env.d.ts | ||
next.config.js | ||
nodemon.json | ||
package.json | ||
postcss.config.js | ||
tsconfig.jest.json | ||
tsconfig.json | ||
tsconfig.server.json | ||
yarn.lock |
README.md
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