Skip to content
porting my website to react-static
TypeScript CSS JavaScript Shell
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.react-static
.storybook
.vscode
.webpack
build
content
meta
public/assets
src
.babelrc
.eslintrc.json
.gitignore
.postcssrc.js
.prettierrc
.stylelintrc.json
LICENSE-MIT
README.md
node.api.js
package-lock.json
package.json
static.config.js
tsconfig.json
yarn.lock

README.md

andretorgal.com

Develop

Debug

Debug sources and routes:

export DEBUG_NODES=1
export DEBUG_ROUTES=1

Debug a particular source/route:

export DEBUG_NODES=/tags/music
export DEBUG_ROUTES=/tags/music
You can’t perform that action at this time.