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.
To check it live, go to hackdisrupt.
OR
To run it locally on your own computer:
- Clone the repository
- Install the dependencies
- Create
.env
file on the root and setAPI_URL=https://hackdisrupt-api-staging.now.sh
- Run the project
- Open your browser on https://localhost:3000
- Check our API (private)
$ git clone https://github.com/bukinoshita/hackdisrupt.git && cd hackdisrupt && yarn && echo 'API_URL=https://hackdisrupt-api-staging.now.sh' > .env && yarn dev
Please see our contributing.md.