- Opt-in Hacktoberfest 2018
-
Fork project on GitHub
-
Clone project
-
Install Docker
brew cask install docker
-
Build Docker image
docker build -t careertrekhacktober:latest docker/ docker run --rm -it -p 8000:8000 -p 9000:9000 -v $(pwd):/webapp careertrekhacktober develop
-
Check-in your work.
# Example git commit -am "My Awesome Commit" git push
-
Open Pull Request to original repository's develop branch
-
Enjoy your work.
sh
# install the Gatsby CLI globally
npm install -g gatsby-cli
sh
yarn install
sh
yarn develop
- Change favicon to CareerTrek's
- Change fonts to Hacktoberfest's
- Links to BizReach and CareerTrek
- Show Map on the home page
- Multi-languages support
- Add encourage button
- Add photo showcase
- Rearrange code related to deployment
- Improve Cucumber code coverage
- Unit test
- TypeScript declaration for Typography