Care Leavers Support Website - BETA
You will need:
- .NET IDE (Visual Studio, Rider, etc)
- Docker
- Node v20 installed
- Clone the repository
- Open the solution in your IDE
- Run "yarn install" under "CareLeavers.Web". If you don't have yarn installed, you can install it from https://yarnpkg.com/
- Run the "dev" gulp task to build the front end assets.
- Add contentful keys to your .NET user secrets
- Run the web project