1.0.0 • Published 4 years ago

lover-of-wandering v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Lover of Wandering - MVP

This repo contains a TS/React MVP for "lover of wandering", A.K.A. "philosophy-themed rip-off of slay the spire".

Installation

You'll need yarn to install and run everything.

Once you have yarn installed, simply run:

yarn install

and you should be good to go!

You'll find all the scripts you can run with yarn <script_name> in the package.json file.

Development

To run the development server:

yarn start

We use parcel to build our code, in case you're curious or want to pass additional options to yarn start (such as --open which will automatically open the development server in your default browser).