- Ensure you have Node.js and NPM installed. You can check by running:
node --version
npm --version
- Clone this repository to your local machine:
git clone https://github.com/CVC-Lab/afc-website.git
- Navigate to the project directory and install the required dependencies:
cd afc-website
npm install
To start the development server, run the following command in the project directory:
npm run develop
This will start a local development server at http://localhost:8000/
.
To build the project for production, run:
npm run build
This command generates a public
folder with the optimized website.
To deploy the website to GitHub Pages, run:
npm run deploy