Skip to content

careertrek-hacktoberfest-day-2018/careertrek-hacktoberfest-day-2018.github.io

Repository files navigation

CareerTrek Hacktoberfest Day 2018

CircleCI dependencies CareerTrek

🚀 Quick start

0.Opt-in Hacktoberfest 2018

hacktoberfest

1.Fork project on GitHub

2.Clone project

With Docker (Suggestion)

3.Install Docker

brew cask install docker

4.Build Docker image

docker build -t careertrekhacktober:latest docker/
docker run --rm -it -p 8000:8000 -p 9000:9000 -v $(pwd):/webapp careertrekhacktober develop

5.Check-in your work.

# Example  
git commit -am "My Awesome Commit"
git push

6.Open Pull Request to original repository's develop branch

7.Enjoy your work.

>>>>>>>>Click Me<<<<<<<<

Without Docker

Install the Gatsby CLI.

# install the Gatsby CLI globally
npm install -g gatsby-cli

Install dependencies.

yarn install

Start developing.

yarn develop

📚 References

🗒 TodoList

  • 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