https://github.com/cidgravity/www.cidgravity.com
Corporate website
https://github.com/cidgravity/www.cidgravity.com
Last synced: 4 months ago
JSON representation
Corporate website
- Host: GitHub
- URL: https://github.com/cidgravity/www.cidgravity.com
- Owner: CIDgravity
- Created: 2022-08-25T14:42:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T21:32:50.000Z (9 months ago)
- Last Synced: 2025-10-04T23:54:59.250Z (9 months ago)
- Language: SCSS
- Homepage: https://cidgravity.com
- Size: 59.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Requirements
To use this template, your computer needs:
- Node.js (>= 16.x.x) is used to run the build processes. https://nodejs.org/en/download/
- Test: run `node -v` in the terminal
## Usage
1. Install depedencies
```bash
npm install
```
2. To start development server (running on port 3000 with live reload)
```bash
npm run dev
```
3. To build for production
```bash
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.