Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 811 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 811 Bytes

Claranet Portfolio tool

Internal project at Claranet, this tool facilitates the input and management of the effort invested in client projects, as well as the tracking of skills.

Specifications

Getting Started

$ pnpm install

Run & Build

Before running the project for the first time, ensure you have the 'env.local' environment file.

In the project directory, you can locally run:

pnpm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

To build:

pnpm run build`

Builds the app for production to the dist folder.