The Status Network tutorial resources archive https://tutorials.statusnetwork.com/
Go to file
jinhojang6 5f1ce8ad3a Add a type for the Keycard blog 2020-06-26 01:18:48 +09:00
.storybook Update main page by active 2020-06-10 00:01:58 +09:00
pages Add Keycard 2020-06-26 01:15:55 +09:00
public Add a search box icon 2020-06-23 00:47:04 +09:00
scripts Update the gh-pages org 2020-06-12 02:04:21 +09:00
server Start the project 2020-06-07 17:11:46 +09:00
src Add a type for the Keycard blog 2020-06-26 01:18:48 +09:00
test Start the project 2020-06-07 17:11:46 +09:00
.babelrc Start the project 2020-06-07 17:11:46 +09:00
.dockerignore Start the project 2020-06-07 17:11:46 +09:00
.editorconfig Start the project 2020-06-07 17:11:46 +09:00
.env.example Start the project 2020-06-07 17:11:46 +09:00
.env.test Start the project 2020-06-07 17:11:46 +09:00
.eslintignore Start the project 2020-06-07 17:11:46 +09:00
.eslintrc.json Start the project 2020-06-07 17:11:46 +09:00
.gitignore Start the project 2020-06-07 17:11:46 +09:00
.prettierignore Start the project 2020-06-07 17:11:46 +09:00
.prettierrc.json Start the project 2020-06-07 17:11:46 +09:00
.travis.yml Start the project 2020-06-07 17:11:46 +09:00
Dockerfile Update Dockerfile 2020-06-11 09:16:51 +09:00
Jenkinsfile Update Jenkinsfile 2020-06-17 02:08:04 +09:00
LICENSE Start the project 2020-06-07 17:11:46 +09:00
README.md Update README.md 2020-06-17 02:28:58 +09:00
global.d.ts Start the project 2020-06-07 17:11:46 +09:00
jest.config.js Start the project 2020-06-07 17:11:46 +09:00
next-env.d.ts Start the project 2020-06-07 17:11:46 +09:00
next.config.js Set a base asset path for gh-pages 2020-06-12 01:31:29 +09:00
nodemon.json Start the project 2020-06-07 17:11:46 +09:00
package.json Add a search box icon 2020-06-23 00:47:04 +09:00
postcss.config.js Start the project 2020-06-07 17:11:46 +09:00
tsconfig.jest.json Start the project 2020-06-07 17:11:46 +09:00
tsconfig.json Start the project 2020-06-07 17:11:46 +09:00
tsconfig.server.json Start the project 2020-06-07 17:11:46 +09:00
yarn.lock Add a search box icon 2020-06-23 00:47:04 +09:00

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

References