Skip to content

XandeKK/Character-Sheet

Repository files navigation

Character Sheet

🚧 Character Sheet 🎲 Finished 🚧

AboutScreenshotsSetupTechnologiesLicense

Demo

Demo


💻 About the project

The rpg system is from Pathfinder 2e.

The "simple" character sheet app for player and GM. But it was also made to play during a session, where you can manage your character, watch the dice roll on TV.

Just to let you know that the application was designed to play with everyone together in a room, where you have a tv with internet, if you are thinking of using it to play with other people online, unfortunately it won't work, but you can use it. it as character management, that's all.

Screenshots

0 1 2 3 3 4 5 5 6

⚙️ Setup

Prerequisites to run on local machine


First clone the repository.

git clone https://github.com/XandeKK/Character-Sheet.git

Go to Character-Sheet.

cd Character-Sheet

Install the dependencies.

bundle install

Migrate the database.

rake db:create db:migrate db:seed

Test your app to check if everything is ok.

rake test

Run web server.

rails s

Visit http://localhost:3000 in a browser.

If you want to access other devices besides the computer. To get this ip, search "How to find your IP address in my 'OS'".

rails s -b your-ip

Visit http://your-ip:3000 in a browser.

If there is any problem, report it to me.


🛠 Technologies

The following tools were used in building the project:

📝 License

This project is under license MIT.

Made with ❤️ by Alexandre Alves 👋🏽 Contact

About

The "simple" character sheet app for player and GM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published