1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Added website readme

This commit is contained in:
Michael Hollister 2024-11-20 14:17:20 -06:00
parent c303712476
commit 2caf9cff5b

13
website/README.md Normal file
View file

@ -0,0 +1,13 @@
# FCast Website
Run the following commands in the repository root directory.
## Setup
```
npm install
```
## Deployment
```
npm run deploy-site
```