UPDATED guide.

UPDATED README.
UPDATED to v0.2.1.
This commit is contained in:
2018-10-26 17:37:47 -04:00
parent 48f900d1b0
commit 8c2a3283d0
4 changed files with 48 additions and 16 deletions

View File

@@ -10,23 +10,33 @@ You can see this site at: https://www.wonderdome.net/
+ Clone from the git repo:
git clone https://git.itsericwoodward.com/eric/wonderdome-site.git wonderdome
```shell
git clone https://git.itsericwoodward.com/eric/wonderdome-site.git wonderdome
```
+ Go into the directory for the site:
cd wonderdome
```shell
cd wonderdome
```
+ Install the required NPM libraries:
npm install
```shell
npm install
```
+ Put the site's base URI in a file called `base_uri` (or copy the supplied one, based on your chosen environment):
cp base_uri.production base_uri
```shell
cp base_uri.production base_uri
```
+ Build the site
gulp build
```shell
gulp build
```
+ The build command will output to the `www` directory.