Start by cloning the latest version of hypeset and on your local machine by running:
$ git clone https://github.com/chrisng93/hypeset.git
$ cd hypesetFollow directions in the app and server directories to get those up and running
After that open in your browser the localhost with your chosen port, e.g. http://localhost:8080/ to access the application.
- React
- Redux
- Redux Thunk
- Redux Persist
- React-Router
- React-Router-Redux
- SASS
- Reselect
- Webpack
- Node
- Express
- PostgreSQL
- Sequelize
- Redis
- Cheerio
- Cron
- Docker
- Digital Ocean
- Amazon S3
- Fork the repo.
- Clone it to your local computer
- Cut a namespaced feature branch from master and name it appropriately
- Make commits and prefix each commit with the type of work you were doing
- BEFORE PUSHING UP YOUR CHANGES, rebase upstream changes into your branch, fix any potential conflicts, and then push to your fork.
- Submit a pull request directly to the master
- Someone else will perform code review to keep codebase clean
- Fix any errors or issues raised by the reviewer and push the fixes as a single new commit
- Repeat until the pull request is merged.
See CONTRIBUTING.md for contribution guidelines in detail.
M.I.T