Welcome to the Appel Website! This project is built using Vite and React. This README will guide you through setting up and running the application on your local machine.
Before you begin, ensure you have the following installed:
Follow these steps to get the Appel Website running on your local machine.
First, clone the repository to your local machine using Git:
bash git clone https://github.com/faressafer/appel-website.git cd appel-website
Once you've cloned the repository and navigated into the project directory, install the required dependencies. You can use either npm or Yarn: Using npm:
bash
npm install
Using Yarn: bash
yarn install
Now, start the development server. This will compile and serve the app, and you can view it in your web browser.
Using npm:
bash npm run dev
Using Yarn:
bash
yarn dev