1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-22 04:31:30 +00:00

Switching over project to just be the homebrewery

This commit is contained in:
Scott Tolksdorf
2016-06-04 17:51:30 -04:00
parent c50de28900
commit 60092f404c
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# NaturalCrit # The Homebrewery
A tool suite for DMs to use for D&D. Check it out [here](http://www.naturalcrit.com). Create authentic looking D&D homebrews using only markdown. Check it out [here](http://homebrewery.naturalcrit.com).
### Getting started ### Getting started
@@ -25,9 +25,9 @@ You can use [Docker](https://docs.docker.com) to get up and running with Natural
1. Build the docker image `docker build -t naturalcrit .` 1. Build the docker image `docker build -t naturalcrit .`
1. Run the docker container `docker run -dit -p 8000:8000 naturalcrit` 1. Run the docker container `docker run -dit -p 8000:8000 naturalcrit`
1. You can check out the website on your computer on port 8000 1. You can check out the website on your computer on port 8000
1. You may have to use `docker-machine env` to get the IP address of your docker instance 1. You may have to use `docker-machine env` to get the IP address of your docker instance
### changelog ### changelog
You can check out the changelog [here](https://github.com/stolksdorf/NaturalCrit/blob/master/changelog.md) You can check out the changelog [here](https://github.com/stolksdorf/homebrewery/blob/master/changelog.md)

View File

@@ -1,7 +1,7 @@
{ {
"name": "naturalcrit", "name": "homebrewery",
"description": "D&D Tools for the discerning DM", "description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.1.1", "version": "2.2.0",
"scripts": { "scripts": {
"postinstall": "gulp prod", "postinstall": "gulp prod",
"start": "node server.js" "start": "node server.js"