ImgBotApp / codelife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeLife

A React application based on datawheel-canon that provides a framework for teaching high school students how to code.

Dev Spin Up

  1. Clone the repo
git clone https://github.com/Datawheel/codelife.git
  1. Install dependencies
cd codelife
npm i
  1. Set environment variables
export CANON_LANGUAGES=en,pt
export CANON_LANGUAGE_DEFAULT=pt
export CANON_LOGINS=true
export CANON_DB_USER=dbUser
export CANON_DB_NAME=codelife
export CANON_DB_PW=MyPassWerd
export CANON_DB_HOST=1.2.3.4
export CANON_LOGREDUX=false
exoirt CANON_LOGLOCALE=false
  1. Run dev version of site
npm run dev
  1. Bask in glory (visit localhost:3300 in your browser)
http://localhost:3300/

About


Languages

Language:JavaScript 78.5%Language:CSS 21.5%