Welcome to the repository of this website. It only aims to show some of the family rentals. It was made from another website that is also on this git account: Parceller-front.
This repository contains the website website to show some of the family rentals. It is only some design and the only server used is the one made by Next.js 14 to load some picture.
- Node.js v20.11.1: Install Node.js
To setup the project, please follow this steps:
- Clone the project
- Next is to install the dependencies. In the root of the project, run
npm install
.
To run the project in development mode, you need to:
- On the first launch, you have to run :
npm run build
to build the project. - Run :
npm run dev
. You do not need to relaunch the project for each modification.
To run the project:
- Run :
npm run build
to build the project. - Run :
npm run start
to start the project.