8000 GitHub - MildMastermind/homebrewery: Create authentic looking D&D homebrews using only markdown
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MildMastermind/homebrewery

 
 

Repository files navigation

The Homebrewery

Create authentic looking D&D homebrews using only markdown. Check it out here.

If you want to locally run your own version, or just play around with the code you see here, follow the instructions below.

Getting started running your own version locally.

  1. Make sure you have node
  2. Clone down the repo
  3. In your terminal, head to the repo
  4. Run npm install to get all the dependencies
  5. Run npm run libs, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs)
  6. Run npm run watch to run the project locally. Should be accessible at localhost:8000
  7. Any changes to files within the project will be detected and the project will automatically re-build

Notes: If you'd like to create and edit homebrews, you'll need to have MongoDB installed and running.

Have fun!

Docker Image

You can use Docker to get up and running with the Homebrewery.

  1. Install Docker
  2. Clone the repo
  3. In the terminal, go to the repo
  4. Build the docker image docker build -t naturalcrit .
  5. Run the docker container docker run -dit -p 8000:8000 naturalcrit
  6. 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

Changelog

You can check out the changelog here

License

This project is licensed under MIT

About

Create authentic looking D&D homebrews using only markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.6%
  • JavaScript 44.4%
0