ethanf108 / impeach

IMPEACH - Imparting Member Pleas to Extend Advice and Constructive Help (aka Eboard Evals)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPEACH - Imparting Member Pleas to Extend Advice and Constructive Help

A new version of Computer Science House's Eboard Evals, built with Express and Mongoose.

Getting started

This project uses yarn (install docs) and nvm (install docs).

nvm use # Set node version to the project version
yarn # Install dependencies
yarn start # run the app (you probably need some environment variables, which I haven't documented for local dev yet)

For linting, this project uses gulp. npx gulp lint will run linters for pug and js. You can use npx gulp lint:js and npx gulp lint:pug to run the individual linters, and npx gulp lint:js:fix to run with --fix.

About

IMPEACH - Imparting Member Pleas to Extend Advice and Constructive Help (aka Eboard Evals)

License:MIT License


Languages

Language:JavaScript 69.9%Language:Pug 20.3%Language:Dockerfile 5.0%Language:SCSS 2.5%Language:HTML 2.1%Language:Shell 0.2%