Skip to content

TypeScript와 Next.js로 만든 F-IT의 웹서버입니다.

License

Notifications You must be signed in to change notification settings

Team-Crops/fit-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fit-web

Project setup

Install dependencies

yarn

If you want to run the development environment

docker compose up --build

or

yarn run dev

If you want to run the production environment

docker build -t fit-web .
docker run -p 3000:3000 fit-web

or

yarn run build
yarn run start

About

TypeScript와 Next.js로 만든 F-IT의 웹서버입니다.

Resources

License

Stars

Watchers

Forks

Languages