Installation - graceoncampus/goc-web-v3 GitHub Wiki
First, install git, yarn, and node.js version 22.90 or later. Then, run the following to install this repo:
$ git clone https://github.com/graceoncampus/goc-web-v3/
$ cd goc-web-v3
To install the required dependencies, run
$ yarn
Note: if it gives gyp errors, try to just keep going and ignore them.
Please also install Prettier and turn on format on save!
Amplify
Follow this guide to set up Amplify. Contact a web team lead to make a user for you!
- ADMIN: create a new IAM user for them, save the access/secret access keys, and allow console access & generate a password for them.
$ amplify pull --appId d1afaiv4wnjkx7 --envName dev
Pulls amplify things into your local github repo under src. Note: you likely should login using AWS!
$ amplify codegen
Auto-generates all the graphql models. Now, to start the program do
$ yarn start