Skip to content

CVC-Lab/afc-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFC Website

Installation

  1. Ensure you have Node.js and NPM installed. You can check by running:
node --version
npm --version
  1. Clone this repository to your local machine:
git clone https://github.com/CVC-Lab/afc-website.git
  1. Navigate to the project directory and install the required dependencies:
cd afc-website
npm install

Development

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/.

Build and Deployment

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published