Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 549 Bytes

File metadata and controls

20 lines (16 loc) · 549 Bytes

The Irrelevant Project - Client

This is the client for the Irrelevant Project.
The Irrelevant Project was started with the simple, yet challenging vision of breaking gender stereotypes in the everyday classroom.
This website, built using React+Redux is the client leveraging a Firebase instance for its backend and data storage.

Feel free to make a PR to contribute.

To run (dev):

npm install
npm start

Then go to http://localhost:3000.

To build (prod):

npm install
npm run build