Skip to content

porfur/OP-Solid-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me

Before anything else I would like to add that I know .env files should not be pushed to git. It's just a test project and I figured it's easier this way.

Install Bun

Visit (Bun)[https://bun.sh/] and install bun on your machine

To install dependencies:

Client

cd client/
bun install

Backend

cd backend/
bun install

To run:

Client

cd client/
bun run dev

Backend

cd backend/
bun run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published