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
Major dependencies for this project include:
Major DEV dependencies:
To contribute to this open-source project, follow these steps:
Ensure that Node.js version 18.12.0 is installed. You can download it from https://nodejs.org/.
Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own fork.
Clone your forked repository.
git clone https://github.com/your-username/tacticusplanner.git
cd tacticusplanner
Install dependencies.
npm install
Start the development server.
npm start
Open your browser and navigate to http://localhost:3000 to view the app.
Make your contributions, commit the changes, and create a pull request. Your contributions are highly appreciated!
Feel free to explore, contribute, and make this planner even more awesome! 🚀