An app for your next idea!
- git
- Docker
- (Optional) Node.js
- Only if not using Docker, check the
.tool-versionsfile for the Node.js version to use.
- Only if not using Docker, check the
$ git clone https://github.com/mdwagner/next-great-idea.gitOpen Folder in Container
HASURA_GRAPHQL_ENDPOINT=<insert hasura endpoint here>
HASURA_GRAPHQL_ADMIN_SECRET=<insert hasura admin secret here>REACT_APP_GRAPHQL_URL=<insert hasura graphql url here>
REACT_APP_ADMIN_SECRET=<insert hasura admin secret here>$ cd ionic
$ npm ci
$ npm startGo to localhost:8100 for Ionic Web app.
This project uses Conventional Commits. Usage is up to developer discretion. We only ask you follow these conventions:
- commit prefix is lowercase
<type>[optional scope]- Ex:
fix(react): Fixed everything lol
- Ex:
- commit prefix breaking changes use
!- Ex:
refactor!: drop IE 11
- Ex:
- branch names can be whatever developer wants
- Ex:
whatever-i-want - Ex:
not-master - Ex:
ticket-123
- Ex:
- If you don't have your local SSH agent running locally, you may run into errors when pushing changes from inside of the container. If you are still having issues, an alternative approach is pushing changes from outside of the container.