file | description |
---|---|
this file | General information |
DEV | Starting point for new developers |
PITCH | Information related to pitching this idea |
APP | Brainstorming on the app and it's precise features and goals. More detailed than PITCH.md |
Node Services Readme | Information about node services |
Web client README | Information about the web client |
Language Parsing | Information for working with the parsers |
Deployment | Information about deplyoment. |
- Mongo ~ 3.x
- Currently 3.x, when the drivers get updated for 4.x I'll upgrade
- Node ~ 11.x
- You can most likely use older versions of node if you need to
- NPM ~ 6.x
- You can most likely use older versions of npm if you need to
- Antlr4
- If you're going to write parsers/lexers, you'll want to install antlr4 so you can test out your parsers/lexers locally.