Skip to content

CIDgravity/www.cidgravity.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

To use this template, your computer needs:

Usage

  1. Install depedencies
npm install
  1. To start development server (running on port 3000 with live reload)
npm run dev
  1. To build for production
npm run build

Deployment

The website is already built, and the compiled filed are in the dist folder. For production deployment, use the files in the dist folder. You can, for example, copy the contents to /var/www/html or any other directory served by your web server.