Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.01 KB

File metadata and controls

34 lines (31 loc) · 1.01 KB

Ada

Collaboration platform for women in tech. Meet other engineers and build cool stuff!

How to Run Dev Version of Application

  1. Clone this repo.
  2. From the project's root directory, run the following in the command line to install dependencies:
$ npm install
  1. To compile Redis:
$ cd redis-4.0.9
$ make
  1. Run Redis:
$ src/redis-server
  1. Run the application from the project's root directory:
$ npm run dev
  1. Visit http://localhost:8080/.

How it Works

  1. Log in with Github. Login
  2. View the latest news about women in tech. News
  3. Create a new project or view projects already listed on Ada. Projects
  4. View your profile page and projects you have already favorited. Profile