Skip to content

Commit 00243ab

Browse files
committed
update readme with documentation
1 parent fb85e4b commit 00243ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
- The prod branch has a CI/CD deployment available at: [https://hackthechangeyyc.ca/](https://hackthechangeyyc.ca/)
22
- The main branch has a CI/CD deployment available at: [https://staging.hackthechangeyyc.ca/](https://staging.hackthechangeyyc.ca/)
33

4+
This project uses Yarn as its package manager. If you have been using NPM and not Yarn, you can install the CLI [here](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable) .
5+
46
## Getting Started
57

68
Ensure you run `npm i` in the root of the repo before continuing. Please respond 'y' to and prompts such as installing Husky, etc
@@ -51,6 +53,15 @@ https://docs.aws.amazon.com/prescriptive-guidance/latest/best-practices-cdk-type
5153
**Understanding AWS Amplify:**
5254
https://docs.amplify.aws/react/start/
5355

56+
**NextJS Documentation:**
57+
https://nextjs.org/
58+
59+
**Moving From JavaScript to TypeScript:**
60+
https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html
61+
62+
**Tailwind Documentation:**
63+
https://tailwindcss.com/docs/utility-first
64+
5465
> Note that we are using AWS Amplify gen 2 v1.0
5566
5667
**Common Troubleshooting**

0 commit comments

Comments
 (0)