diff --git a/website/README.md b/website/README.md new file mode 100644 index 0000000..31b2e5a --- /dev/null +++ b/website/README.md @@ -0,0 +1,13 @@ +# FCast Website + +Run the following commands in the repository root directory. + +## Setup +``` +npm install +``` + +## Deployment +``` +npm run deploy-site +```