Skip to content

deexithparand/taskly

Repository files navigation

Velai 🧑‍💻

Frontend for the Velai platform — a task tracking and management tool, built with Next.js and ShadCN.

🔗 Live URLs


🚀 Getting Started

🔧 Prerequisites

  • Node.js 16+ (LTS recommended)
  • Yarn or npm
  • Docker (optional)

🛠️ Build & Run Locally

1. Clone the repo

git clone https://github.com/deexithparand/velai.git
cd velai

2. Install dependencies

npm install
# or if using yarn:
yarn install

3. Run locally

npm run dev
# or if using yarn:
yarn dev

This will start the development server at http://localhost:3000.

4. Or run with Docker

docker build -t velai .
docker run -d -p 3000:3000 velai

📦 API Integration

The frontend interacts with the backend API at:

https://velai-go.onrender.com/


🎥 Video Demo

Watch the demo video here: Demo Video

About

Frontend for the Velai platform — a task tracking and management tool, built with Next.js and ShadCN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages