Skip to content

SRugina/CharacterMaker

Repository files navigation

MVP: Character Maker

This project is intended to be a minimal viable product (MVP) for a Dungeons & Dragons Character Maker web application, with offline-first functionality.

  • Remix Docs <- The Framework used by this project.

Running this Project

Install the necessary dependencies:

yarn

Then build the project:

yarn build

Finally, start the project locally:

yarn start

Open up http://127.0.0.1:8788 and you should be ready to go!

Or deploy to Cloudflare Pages (see section below from Remix).

Deployment

Cloudflare Pages are currently only deployable through their Git provider integrations.

If you don't already have an account, then create a Cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and follow the Cloudflare Pages deployment guide.

Configure the "Build command" should be set to yarn build, and the "Build output directory" should be set to public.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors