Updated Developers Guide (markdown)

Jordan Knott 2020-10-01 01:22:43 -05:00
parent eeea066223
commit 15be3a5214

@ -1,3 +1,14 @@
### Setting up your development environment (Linux)
#### Requirements
- [NodeJS](https://nodejs.org/en/download/package-manager/) & [Yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
- [Golang 1.15+](https://golang.org/dl/)
- [Python 3+](https://www.python.org/downloads/) & [Pipenv](https://pypi.org/project/pipenv/) (for `pre-commit` hooks)
- [gqlgen](https://gqlgen.com/)
- [mage](https://magefile.org/) (can use the `cmd/mage/main.go` as an alternative to installing mage globally)
### Frontend ### Frontend
#### Tools used #### Tools used