Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andeemarks/xxtechconfspeakers-gatsby
Static web site publishing http://xxtechconfspeakers.org/
https://github.com/andeemarks/xxtechconfspeakers-gatsby
australia conferences gatsbyjs gender-diversity metrics new-zealand react speakers
Last synced: about 1 month ago
JSON representation
Static web site publishing http://xxtechconfspeakers.org/
- Host: GitHub
- URL: https://github.com/andeemarks/xxtechconfspeakers-gatsby
- Owner: andeemarks
- License: mit
- Created: 2018-04-23T05:35:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T11:07:04.000Z (5 months ago)
- Last Synced: 2024-08-16T12:28:21.713Z (5 months ago)
- Topics: australia, conferences, gatsbyjs, gender-diversity, metrics, new-zealand, react, speakers
- Language: TypeScript
- Homepage: http://xxtechconfspeakers.org/
- Size: 5.56 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/andeemarks/xxtechconfspeakers-gatsby.svg?branch=master)](https://travis-ci.org/andeemarks/xxtechconfspeakers-gatsby)
[![Maintainability](https://api.codeclimate.com/v1/badges/1d8bcbf0d5b3075e6c56/maintainability)](https://codeclimate.com/github/andeemarks/xxtechconfspeakers-gatsby/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/1d8bcbf0d5b3075e6c56/test_coverage)](https://codeclimate.com/github/andeemarks/xxtechconfspeakers-gatsby/test_coverage)
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/andeemarks/xxtechconfspeakers)## Prerequisites
- [Yarn](https://yarnpkg.com/lang/en/docs/install) (currently tested against 1.22.19)
- [Node](https://nodejs.org/en/download/) (currently tested against 18.10.0)## Developer Environment setup
1. `git clone ...`
1. `cd xxtechconfspeakers-gatsby`
1. `yarn install`## Local build
`yarn develop` and browse to [`http://localhost:8000`](http://localhost:8000)
## Adding more conferences?
Find a good spot in `src/data/confs.json` and send me a PR
## Continuous Integration deploy
Automatically via successful Travis build to [`xxtechconfspeakers.org`](http://xxtechconfspeakers.org).