Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gendered/gendered

The website for the gendered project.
https://github.com/gendered/gendered

Last synced: about 2 months ago
JSON representation

The website for the gendered project.

Awesome Lists containing this project

README

        

This is the website for [The Gendered Project!](https://genderedproject.org/)

The API is not currently available for general use so the data won't load. I'm in the process of cleaning that up so it's available for use!

# To get the website up and running

- Make sure you have [node](https://nodejs.org/en/download/) (has to be a version > 8) and npm installed.
- You can check the version of node you have by running `node -v` in the terminal. You also need to [install yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable)
- `git clone` the repo
- Run `yarn` and then `yarn serve`. Website is at `http://localhost:8080/`

The website is made using [Vue.js](https://vuejs.org/)