mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
13 lines
151 B
Markdown
13 lines
151 B
Markdown
# FCast Website
|
|
|
|
Run the following commands in the repository root directory.
|
|
|
|
## Setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Deployment
|
|
```
|
|
npm run deploy-site
|
|
```
|