Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 467 Bytes

care-leavers

Care Leavers Support Website - BETA

Project setup

You will need:

  • .NET IDE (Visual Studio, Rider, etc)
  • Docker
  • Node v20 installed
  1. Clone the repository
  2. Open the solution in your IDE
  3. Run "yarn install" under "CareLeavers.Web". If you don't have yarn installed, you can install it from https://yarnpkg.com/
  4. Run the "dev" gulp task to build the front end assets.
  5. Add contentful keys to your .NET user secrets
  6. Run the web project