Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yairchu/soul-arithmetic

An educational quiz-game touching the topics of racism and other isms/phobias
https://github.com/yairchu/soul-arithmetic

educational-game webapp

Last synced: 23 days ago
JSON representation

An educational quiz-game touching the topics of racism and other isms/phobias

Awesome Lists containing this project

README

        

# Soul arithmetic

An educational quiz-game touching the topics of racism and other isms/phobias.

At early development stages.

Help wanted! I'm not a web developer, ux or game designer, nor artist. Any assistance in creating this game would be very appreciated!

## Contributing

### Setting up local environment

This project is written with SvelteJS.

After installing `npm`, you'll need to

```bash
git clone https://github.com/yairchu/soul-arithmetic.git
cd soul-arithmetic
npm install
npm run dev -- --open
```