Skip to content

AdnanSweeney/MTG-Mana-Calculator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

#MTG-Mana-Calculator

This ReactJS app is just a project to help my friends calculate their mana ratios faster for drafted decks!

To modify this app, do the following:

  1. Fork this repo and clone
  2. Navigate to the directory for the project and npm install
  3. Once changes are ready to be deployed, cd MTG-Mana-Calculator and then npm run deploy to create an optimized build, and then publish the changes with surge onto manaculator.surge.sh.

To deploy a new project with surge, npm run build to create an optimized build cd build to get to that build directory surge

We can do all this with npm run deploy if we add "deploy": "npm run build && surge build https://<INSERT-URL>.surge.sh" to our package.json

Make sure that there is no homepage attribute in package.json as this will change the path of the assets within the new build!

About

Simple Mobile-First ReactJS app for calculating mana ratios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published