UPDATED guide.
UPDATED README. UPDATED to v0.2.1.
This commit is contained in:
20
README.md
20
README.md
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user