Skip to content

sedssrilanka/sedssl-pm-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEDS SL project management Frontend

Frontend for the SEDS SL project management and team collaboration web application.


Getting Started

Prerequisites

  • Node.js ≥ 18
  • pnpm (Install via: npm install -g pnpm)

Setup Instructions

# Clone the repository
git clone https://github.com/sedssrilanka/sedssl-pm-frontend
cd sedssl-pm-frontend

# Install dependencies
pnpm install

# Start development server
pnpm dev

App will be running at http://localhost:3000


Project Structure

.
├── src/
├── tsconfig.json
└── tailwind.config.ts

Scripts

Script Description
pnpm dev Start the dev server
pnpm build Build the production app
pnpm start Start production server
pnpm lint Run ESLint
pnpm format Run Code Format

Git Workflow

  • Create a new branch for each task or feature:
git checkout -b feat/your-feature-name
  • Use Conventional Commits for commit messages:
Type Description
feat: New feature
fix: Bug fix
docs: Documentation update
style: Code style (formatting) only
refactor: Code restructure, no new logic
chore: Maintenance (deps, config)

Examples:

git commit -m "feat: implement user registration"
git commit -m "docs: update README with setup guide"

About

Frontend for the SEDS SL project management and team collaboration web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors