Note: This was an hiring test.
Seshat is an easy-to-use yet powerful Github issues aggregator.
- nodejs
- yarn (or npm)
Getting the code
git clone git@github.com:fizzerpostcards/marc-antoine-technical-test.git
cd marc-antoine-technical-test/
With NPM
npm install
npm run dev
With Yarn
yarn
yarn run dev
The various command you will need to run the project.
- Build ->
yarn run build
- Deploy ->
yarn run deploy
- Run ->
yarn run develop
- Lint ->
yarn run lint
Seshat is built on firebase. You can create your own firebase project and edit helpers/firebaseConfig.js
if you want to deploy it by yourself.
To do so, you will be required to install firebase tools.
npm install -g firebase-tools
firebase login
Then, you will be able to deploy it 🚀
With NPM
npm run deploy
With Yarn
yarn run deploy