This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# FlowGram.AI WebSite
|
||||
|
||||
## Setup
|
||||
|
||||
Install the dependencies:
|
||||
|
||||
```bash
|
||||
rush update
|
||||
```
|
||||
|
||||
## Get Started
|
||||
|
||||
Start the dev server:
|
||||
|
||||
```bash
|
||||
cd apps/docs
|
||||
rushx dev
|
||||
```
|
||||
|
||||
Build the website for production:
|
||||
|
||||
```bash
|
||||
rushx build
|
||||
```
|
||||
|
||||
Preview the production build locally:
|
||||
|
||||
```bash
|
||||
rushx preview
|
||||
```
|
||||
Reference in New Issue
Block a user