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
May 30, 2024
Mar 21, 2024
Mar 1, 2024
May 23, 2024
Apr 22, 2024
Jul 4, 2024
Aug 7, 2024
Mar 29, 2024
Jun 11, 2024
Jul 2, 2024
Mar 1, 2024
Jul 4, 2024
Feb 25, 2024
Dec 19, 2023
Mar 21, 2024
Apr 22, 2024
Jul 14, 2024
Mar 29, 2024
Nov 8, 2023
Mar 29, 2024
Mar 29, 2024
Nov 14, 2023
Jun 27, 2024
Jul 4, 2024
Jul 3, 2024
Jul 1, 2024
Jul 4, 2024

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