Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gendered/gendered
The website for the gendered project.
https://github.com/gendered/gendered
Last synced: 3 months ago
JSON representation
The website for the gendered project.
- Host: GitHub
- URL: https://github.com/gendered/gendered
- Owner: gendered
- Created: 2018-07-26T17:04:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T16:41:10.000Z (over 5 years ago)
- Last Synced: 2024-05-02T12:41:43.290Z (7 months ago)
- Language: Vue
- Homepage: https://genderedproject.org/
- Size: 6.04 MB
- Stars: 68
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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/)