Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 849 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 849 Bytes

Wizard101 Plant Tracker

Create timers to track your Wizard101 plants. Supports multiple profiles (accounts).

Getting Started

Regular users can use the application here.

The instructions below will give you a copy of the project on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

Clone the project

git clone https://github.com/RyanHx/wizard101tracker.git

Install node packages

cd wizard101tracker
npm i

Start dev server

npm run dev

Built With