jmegs / dino-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cybernetic Dinosaur Interface Environment (CYNDIE)

to build the site

note: environment must have a recent version of node and npm available

These commands will output a static site to dist/ which can be served wherever you choose to serve your static sites

yarn install  # or npm install
yarn build # or npm run build

local development

site will be available on http://localhost:1234 with hot-reloading changes edit files under src/

yarn install # or npm install
yarn dev # or npm run dev

About


Languages

Language:CSS 44.4%Language:JavaScript 30.0%Language:HTML 25.6%