/DeviensDev

DeviensDev, le site pour découvrir les métiers du développement

Primary LanguageJavaScriptMIT LicenseMIT

Deviens Dev

This repo contains the source code powering Deviens.Dev

Getting Started

  • Get the sources of the site
$ git clone https://github.com/O-clock-Alumni/DeviensDev.git
$ cd DeviensDev
  • Install dependencies
$ yarn install
  • Launch locally, in development mode (Powered by Gatsby)
$ yarn start
$ open http://localhost:8000

💡 Note: you'll need a GitHub token in environment variable (DEVIENSDEV_GITHUB_TOKEN in a .env file) to have access to all features of the site. Otherwise, the site will run in downgraded mode.

Contributing

See CONTRIBUTING.md

License

DeviensDev uses the MIT license.

For more information on this license, click here.