colbyr / rc-playground

Home Page:https://rc.colbyr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colby's RC Playground

rc.colbyr.com

Workspace for prokects while I'm at RC.

Running locally

yarn
yarn dev

Add a new page

Add a new folder with an index.html.

./newpage/index.html

Add an entry to the "publishedPages" field in package.json.

"publishedPages": [
  "...",
  "newpage",
  "..."
],

About

https://rc.colbyr.com/


Languages

Language:TypeScript 73.0%Language:HTML 13.3%Language:JavaScript 11.0%Language:CSS 2.4%Language:Shell 0.3%