CircleCI dependencies CareerTrek

🚀 Quick start

  1. Opt-in Hacktoberfest 2018

hacktoberfest

  1. Fork project on GitHub

  2. Clone project

With Docker (Suggestion)

  1. Install Docker

    brew cask install docker
  2. Build Docker image

    docker build -t careertrekhacktober:latest docker/
    docker run --rm -it -p 8000:8000 -p 9000:9000 -v $(pwd):/webapp careertrekhacktober develop
  3. Check-in your work.

    # Example 
    git commit -am "My Awesome Commit"
    git push
  4. Open Pull Request to original repository's develop branch

  5. Enjoy your work.

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

Without Docker

Install the Gatsby CLI.

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

Install dependencies.

sh
yarn install

Start developing.

sh
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