svehera / tacticusplanner

Tacticus Planner
8 stars 12 forks source link

Tacticus Planner

Project Overview

Tacticus Planner is a project built with a combination of React(tsx), Material-UI, and ag-Grid. The development server and bundler are powered by Vite

Project Dependencies

Major dependencies for this project include:

Major DEV dependencies:

Getting Started

To contribute to this open-source project, follow these steps:

  1. Ensure that Node.js version 18.12.0 is installed. You can download it from https://nodejs.org/.

  2. Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own fork.

  3. Clone your forked repository.

    git clone https://github.com/your-username/tacticusplanner.git
    cd tacticusplanner
  4. Install dependencies.

    npm install
  5. Start the development server.

    npm start
  6. Open your browser and navigate to http://localhost:3000 to view the app.

  7. Make your contributions, commit the changes, and create a pull request. Your contributions are highly appreciated!

Scripts

Feel free to explore, contribute, and make this planner even more awesome! 🚀