Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/hackdisrupt
[private beta] comece a aprender programação com uma experiência nova
https://github.com/bukinoshita/hackdisrupt
brasil codar code disrupt hack hackdisrupt programming
Last synced: 9 days ago
JSON representation
[private beta] comece a aprender programação com uma experiência nova
- Host: GitHub
- URL: https://github.com/bukinoshita/hackdisrupt
- Owner: bukinoshita
- License: mit
- Created: 2017-10-09T21:35:17.000Z (about 7 years ago)
- Default Branch: staging
- Last Pushed: 2022-12-07T09:17:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:08:23.540Z (26 days ago)
- Topics: brasil, codar, code, disrupt, hack, hackdisrupt, programming
- Language: JavaScript
- Homepage: https://hackdisrupt.now.sh
- Size: 18 MB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
hackdisrupt is a place where you can learn, teach, share, discover, discuss and ask anything about programming. We're trying to bring even more content to the Brazilian community and eventually share it with the World.
[![Build Status](https://travis-ci.org/bukinoshita/hackdisrupt.svg)](https://travis-ci.org/bukinoshita/hackdisrupt)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)## Quick Start
To check it live, go to [hackdisrupt](https://hackdisrupt.now.sh).
OR
To run it locally on your own computer:
- Clone the repository
- Install the dependencies
- Create `.env` file on the root and set `API_URL=https://hackdisrupt-api-staging.now.sh`
- Run the project
- Open your browser on https://localhost:3000
- Check our [API](https://github.com/bukinoshita/hackdisrupt-api) (private)```bash
$ git clone https://github.com/bukinoshita/hackdisrupt.git && cd hackdisrupt && yarn && echo 'API_URL=https://hackdisrupt-api-staging.now.sh' > .env && yarn dev
```## Contributing
Please see our [contributing.md](https://github.com/bukinoshita/hackdisrupt/blob/master/contributing.md).
## Sponsors