- Umbraco: 17.0.0
- Astro: v5.15.8
If you have made it this far you have already checked out the repository - well done and welcome! π
Make sure you are on the workshop start branch checkpoint/start
git checkout checkpoint/start
Next we will install dependencies and making sure everything is working.
From the root of the frontend project directory ./Code/Frontend
Please run the following:
npm install
From the route of the backend project directory ./Code/Backend/DeveloperBlog.Umbraco
Please run the following:
dotnet run
This will build and run Umbraco.
Login to the Umbraco instance on https://localhost:44385/umbraco/
Credentials
- [email protected]
- 1234567890
Your Umbraco instance should be populated with some sample articles due to uSync's "Import on Startup" functionality - but if this doesn't work...
... you can import from the uSync Dashboard in Settings
https://localhost:44385/umbraco/section/settings/workspace/usync-root
Run Import Everything
From the route of the frontend project ./Code/Frontend
Please run the following:
npm run dev
Now browse to the exercises page: http://localhost:4321/exercises
You will be following along the exercise content in the Astro application.
If you are using VS Code, you can install:
- Astro Extension for syntax highlighting.
- Tailwind CSS IntelliSense for Tailwind usage support.
... also, help anyone else who may be having issues π