Skip to content

technative-academy/jobnative-digital-front-end

Repository files navigation

jobnative-digital-front-end

Front end of the Jobnative site

API base URL

Set VITE_API_BASE_URL in .env.local to point the frontend at a different backend during development.

Example:

VITE_API_BASE_URL=http://localhost:3000/

To Add shadcn/ui components

Install the relevant component:

npx shadcn@latest add button

Import the component into your project:

import { Button } from "@/components/ui/button"

About

Front end of the Jobnative site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors