Skip to content

vaalgit/Dungeon

Repository files navigation

Dungeon 2

vue

Vue source of Dungeon 2

Build Setup

# install dependencies  or unzip node_modules.rar
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

python

Please use python<=3.6.4 or python==2.7

# install dependencies
pip install -r requirements.txt

Running Locally

python manage.py runserver localhost:8080 --nostatic

Your app should now be running on localhost:8080.

Deploying to Heroku

You can add remote configuration in .git\config Sample:

[remote "heroku"]
	url = https://git.heroku.com/[heroku-instance-name].git
	fetch = +refs/heads/*:refs/remotes/heroku/*
heroku create
git push heroku master

heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published