Skip to content

co-cddo/lthc-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Managing a long term health condition or disability

This project is a prototype built with Nunjucks, Express and Sass.

Getting started

Prerequisites

Ensure you have the following installed:

You can use a tool like nvm to easily install and switch between Node versions if needed.

Installing dependencies

Clone the repository and install the required dependencies:

git clone <repository-url>
cd <project-directory>
npm install

Development mode

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.

Scripts

  • npm run dev: Runs the server in development mode with automatic refresh on changes.

License

This project is licensed under the MIT Licence - see the LICENCE file for details.