emmyc / merlot

frontpage of CL 2019 - current

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merlot

Setup

We're using nvm to ensure everyone is on the same node version.

If you don't have nvm installed, install nvm with: brew install nvm. Follow instructions to place the needed commands in either your .bash_profile or .zshrc (or configs for whatever shell you are using).

Switch to our version of node with nvm use.

We are using npm as a package manager. Run npm install to pull in packages.

We are using gatsby, install their cli with: npm install -g gatsby-cli.

Development Instructions

make dev

About

frontpage of CL 2019 - current

License:MIT License


Languages

Language:JavaScript 78.1%Language:CSS 19.0%Language:Shell 2.8%Language:Makefile 0.1%