Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 646 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 646 Bytes

About

Getting Started

This repository

git clone https://github.com/utdal/sg-budget-breakdown.git

Now ensure that you have a working installation of Node.js and NPM.

To start the local development server accessible at https://localhost:4000/sg-budget-breakdown:

npm run dev

Editing Data

Data should be placed in JSON form in the data directory.

Deployment

This website supports Tailwind CSS styles.

This website is deployed to GitHub Pages.

The site will be built and deployed upon merge into main.

Make sure you commit your most recent changes before continuing.