This project is a prototype built with Nunjucks, Express and Sass.
Ensure you have the following installed:
You can use a tool like nvm to easily install and switch between Node versions if needed.
Clone the repository and install the required dependencies:
git clone <repository-url>
cd <project-directory>
npm install
To start the project in development mode, run:
npm run dev
This will:
- Compile your Sass files.
- Start the server, which will automatically refresh the page on changes.
Once the server is running, open your browser to http://localhost:3000 to view the project.
npm run dev
: Runs the server in development mode with automatic refresh on changes.
This project is licensed under the MIT Licence - see the LICENCE file for details.