mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
11 lines
580 B
Markdown
11 lines
580 B
Markdown
# Vagrant #
|
|
|
|
Vagrant is a system to create reproducible and portable development
|
|
environments. Because of the variety of systems used for HabitRPG
|
|
development and the various issues developers may encounter setting up
|
|
HabitRPG on them, vagrant provides a single development enviroment with
|
|
minimal dependencies on the developer's local platform. It can be used
|
|
on a variety of systems including Windows, Mac OS X, and Linux.
|
|
|
|
Instructions for using the HabitRPG Vagrant environment are in
|
|
[Setting up HabitRPG locally](http://habitrpg.wikia.com/wiki/Setting_up_HabitRPG_locally).
|