mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 01:02:47 +00:00
6209fcd5cb56cb3a08304a701e704f35b8196579
Brew content will now not server render jsut incase it has malformed html, so it wont break the page
Brew content will now not server render jsut incase it has malformed html, so it wont break the page
NaturalCrit
A tool suite for DMs to use for D&D. Check it out here.
Getting started
- Make sure you have node
- Clone down the repo
- In your terminal, head to the repo
- Run
npm installto get all the dependacies - Run
npm install -g gulpto install the gulp build tool - Run
gulp fresh, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) - Run
gulpto run the project locally. Should be accessible atlocalhost:8000 - Any changes to files within the proejct will be detected and the propject 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 NaturalCrit.
- Install Docker
- Clone the repo
- In the terminal, go to the repo
- Build the docker image
docker build -t naturalcrit . - Run the docker container
docker run -dit -p 8000:8000 naturalcrit - You can check out the website on your computer on port 8000
- You may have to use
docker-machine envto get the IP address of your docker instance
- You may have to use
changelog
You can check out the changelog here
Description
Languages
JavaScript
71.1%
Less
27.7%
Shell
0.6%
CSS
0.4%
PowerShell
0.2%