Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 668 Bytes

README.MD

File metadata and controls

29 lines (14 loc) · 668 Bytes

Getting started

Building the front end

This project makes use of tailwind css for the styling

To build your stylesheet open up a command line and go in the frontend folder and run the following commands :

npm install

And after that

npm run build

Running the website

Using a command line go in to the 24Days.Web folder and run the following command :

dotnet build

Followed by :

dotnet run

Then open https://localhost:44397/ in a browser and go through the umbraco installer.

After the installation completed go to the Settings section and then uSync and choose to import everything. This should setup the site with some example content.