Skip to content

Commit

Permalink
Merl 1188 add installation directions to the faust scaffold ts readme (
Browse files Browse the repository at this point in the history
…#12)

* Added installation instructions to README.md file
  • Loading branch information
TeresaGobble committed Nov 14, 2023
1 parent ae48487 commit 0ae8c5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This repository contains a starter scaffolding to get you up and running quickly on [WP Engine's Atlas platform](https://wpengine.com/atlas/) with a WordPress site skeleton for more advanced developers.

# Installation

Run `npm i`
Change the `.env.local.sample` file's name to `.env.local.`
Run `npm run build`
Run `npm run generate`
Run `npm run start`

While making changes to the scaffold, run `npm run dev` in another terminal window.

## For more information

For more information on this Blueprint please check out the following sources:
Expand Down

0 comments on commit 0ae8c5b

Please sign in to comment.