Follow these instructions to get the project up and running on your local machine.
Make sure you have the following software installed on your machine:
- Node.js (v14.x or higher)
- npm (v6.x or higher)
- Clone the repository to your local machine:
git clone https://github.com/subarnabsadhukhan/hyggex-assignment.git
- Navigate to the project directory:
cd hyggex-assignment
- Install dependencies using npm:
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
The production-ready assets will be generated in the dist
directory.