Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Oct 12, 2023
1 parent 38af6f7 commit c8d659e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ Application that serves as the website builder from React Components
* ```cd functions```
* update sanity client with project ID
* .env file
* SANITY_PROJECTID=
* SANITY_DB=development
* SANITY_API_TOKEN=
* SENDGRID_API_KEY=
* SENDGRID_FROM_EMAIL=

```
SANITY_PROJECTID=
SANITY_DB=development
SANITY_API_TOKEN=
SENDGRID_API_KEY=
SENDGRID_FROM_EMAIL=
```
### Installing
#### UI
* ```npm install```
Expand All @@ -72,8 +73,8 @@ Application that serves as the website builder from React Components
* ```npm run dev```
* navigate in browser to http://localhost:3333/
#### Storybook
* ```npm runs storybook```
* navigate in browser to http://localhost:6006/
* ```npm run storybook```
* navigate in browser to http://localhost:6006/

### Deployment
#### First Build UI
Expand Down

0 comments on commit c8d659e

Please sign in to comment.