The Caronte Landing Page is a web application developed with React that provides detailed information about our obituary and personalized messaging platform. On this page, users can learn more about who we are, our services, how to contact us, and explore the key features of our platform.
- Node.js (Recommended version: 18 or higher)
- npm (included with Node.js) or yarn
-
Install Node.js and npm:
sudo apt update sudo apt install nodejs npm
Verify the installation with:
node -v npm -v
- Install Node.js:
-
Download the installer from the official Node.js website.
-
Run the installer and follow the instructions.
-
Verify the installation with:
node -v npm -v
Clone the repository on your machine:
git clone https://github.com/ISPP-2425-G9/landing_page.git
cd landing_page
Run the following command to install the project dependencies:
npm install
To start the application in development mode, run:
npm start
In the console output, you will find the URL to open the app in your browser: http://localhost:8081
.