Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottdj92/speedrun-bingo
A bingo creator for gaming speedruns
https://github.com/scottdj92/speedrun-bingo
bingo bulma gaming-speedruns nodejs react speedrun-bingo speedrunning webpack2
Last synced: 18 days ago
JSON representation
A bingo creator for gaming speedruns
- Host: GitHub
- URL: https://github.com/scottdj92/speedrun-bingo
- Owner: scottdj92
- License: mit
- Created: 2017-03-15T22:11:05.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-15T01:23:26.000Z (over 7 years ago)
- Last Synced: 2024-11-10T02:29:33.903Z (3 months ago)
- Topics: bingo, bulma, gaming-speedruns, nodejs, react, speedrun-bingo, speedrunning, webpack2
- Language: JavaScript
- Homepage: https://scottdj92.github.io/speedrun-bingo/
- Size: 326 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speedrun-bingo
A bingo creator for gaming speedruns## Get Started
`npm install` or `yarn install``npm start` or `yarn start` to start the dev server.
## Adding components
Add your components to `src/index.js` and import them as such. Ideally, you'd want to follow the Atomic Design principle using atoms/molecules/organisms/templates/pagesIn order for components to be imported, you add the name of the folder and webpack will bundle it.