https://github.com/gesiscss/unsexistifyit
https://github.com/gesiscss/unsexistifyit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesiscss/unsexistifyit
- Owner: gesiscss
- License: gpl-3.0
- Created: 2019-02-07T11:27:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T19:03:04.000Z (over 3 years ago)
- Last Synced: 2025-03-18T14:46:27.375Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.06 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnSexistifyIt Game
A language game which aims to convert sexist statements into non-sexist.
## Installation
- Download and Install [MongoDB](http://mongodb.org/downloads).
- Download and Install [Node.js](https://nodejs.org/en/download/).
## Usage
- To install all dependency packages, navigate to the main project directory and run
```bash
npm install
```
- Make sure Mongo is running on your system. How to run MongoDB on [Ubuntu](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition), [OSX](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb), and [Windows](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/#run-mongodb-community-edition)
- To start the project, run
```bash
npm start
```
- Navigate to http://localhost:3000/ in your browser to play the game