A team management platform, where teams and organizations can manage their team, projects, inventory, sponsors with great built in features.
Ensure you have Node.js and npm installed. You can verify your installation with:
node -v
npm -v
git clone https://github.com/CodeMaster17/CommuneSphere.git
cd CommuneSphere
npm install
npm run prepare
Manual Lint and Format
You can manually lint and format your files with:
Lint files:
npm run lint
Fix linting issues and format code:
npm run lint:fix
npm run format:fix
Development Server
Start the development server:
npm run dev