Collaboration platform for women in tech. Meet other engineers and build cool stuff!
- Clone this repo.
- From the project's root directory, run the following in the command line to install dependencies:
$ npm install
- To compile Redis:
$ cd redis-4.0.9
$ make
- Run Redis:
$ src/redis-server
- Run the application from the project's root directory:
$ npm run dev
- Visit http://localhost:8080/.