Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxmeinhold/impeach
IMPEACH - Imparting Member Pleas to Extend Advice and Constructive Help (aka Eboard Evals)
https://github.com/mxmeinhold/impeach
Last synced: 2 months ago
JSON representation
IMPEACH - Imparting Member Pleas to Extend Advice and Constructive Help (aka Eboard Evals)
- Host: GitHub
- URL: https://github.com/mxmeinhold/impeach
- Owner: mxmeinhold
- License: mit
- Created: 2019-03-01T14:44:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T18:41:15.000Z (over 2 years ago)
- Last Synced: 2023-03-02T01:42:01.219Z (almost 2 years ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://classic.yarnpkg.com/en/docs/install/#debian-stable)) and nvm ([install docs](https://github.com/nvm-sh/nvm#installing-and-updating)).
```bash
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`.