Skip to content

Commit

Permalink
Moved all conference data to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nimzco committed Jul 16, 2018
0 parents commit 3bb1e91
Show file tree
Hide file tree
Showing 67 changed files with 16,185 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"],
"presets": ["react-app"]
}
}
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Conference data

Here resides all the data used on [confs.tech](https://confs.tech).

- Run the tests: `$ yarn run test`
- Reorder conferences: `$ yarn run reorder-confs`
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
node:
version: 8.1.4
1 change: 1 addition & 0 deletions conferences/2014/javascript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Loading

0 comments on commit 3bb1e91

Please sign in to comment.