This repo contains the source code powering Deviens.Dev
- 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.
See CONTRIBUTING.md
DeviensDev uses the MIT license
.
For more information on this license, click here.