Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 501 Bytes

Contributing

Thanks for being willing to contribute !

TL;DR

# Install
$ yarn

# Starts dev server
$ yarn start dev

# Build
$ yarn start build
# Watch the build
$ yarn start build --watch

# Lint
$ yarn start lint

# Test
$ yarn start test
# Watch the test
$ yarn start test --watch

# Build
$ yarn start e2e
# Watch the e2e
$ yarn start e2e --watch

Hasura console

You can launch hasura console using

$ hasura console  --envfile ../../.env --project targets/hasura