Skip to content

is-a-software/frontend-new

Repository files navigation

is-a.software Frontend

Frontend for the is-a.software platform, built with Next.js. The backend lives in a separate repository: is-a-software/backend-new.

Prerequisites

  • Node.js 18+ or Bun

Frontend Setup

  1. Open the frontend/ folder.
  2. Install dependencies:
bun install

If you prefer npm:

npm install
  1. Create a local environment file named .env.local in the frontend/ folder with at least:
NEXT_PUBLIC_API_URL=http://localhost:8080
NEXT_PUBLIC_API_TIMEOUT_MS=20000
  1. Start the development server:
bun dev

If you are using npm:

npm run dev

The frontend runs on http://localhost:3000 by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors