Skip to content

Communesphere is a platform designed to help communities store and manage their data. The platform includes features for tracking sponsors, events, projects, and providing a community dashboard.

Notifications You must be signed in to change notification settings

022003harsh/CommuneSphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CommuneSphere

A team management platform, where teams and organizations can manage their team, projects, inventory, sponsors with great built in features.

Setup

Prerequisites

Ensure you have Node.js and npm installed. You can verify your installation with:

node -v
npm -v

Clone the repository to your local machine using Git:

git clone https://github.com/CodeMaster17/CommuneSphere.git
cd CommuneSphere

Install the project dependencies:

npm install

Configure Linting and Formatting

npm run prepare

Manual Lint and Format

You can manually lint and format your files with:

Manual Lint and Format

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

About

Communesphere is a platform designed to help communities store and manage their data. The platform includes features for tracking sponsors, events, projects, and providing a community dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%