https://github.com/codemaster17/communesphere
A team management platform, where teams and organizations can manage their team, projects, inventory, sponsors with great built in features
https://github.com/codemaster17/communesphere
dashboard expressjs mongodb next-auth-v5 nextjs server-actions tailwindcss
Last synced: 2 months ago
JSON representation
A team management platform, where teams and organizations can manage their team, projects, inventory, sponsors with great built in features
- Host: GitHub
- URL: https://github.com/codemaster17/communesphere
- Owner: CodeMaster17
- Created: 2024-02-12T07:05:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T06:31:31.000Z (8 months ago)
- Last Synced: 2025-04-03T16:40:44.718Z (3 months ago)
- Topics: dashboard, expressjs, mongodb, next-auth-v5, nextjs, server-actions, tailwindcss
- Language: TypeScript
- Homepage: https://commune-sphere-mauve.vercel.app
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed. You can verify your installation with:
```bash
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
```