Skip to content

DEVROOM 교육용 컨테이너 서비스 프로젝트 프론트엔드

Notifications You must be signed in to change notification settings

DEVROOM-OFFICIAL/DEVROOM-frontend

 
 

Repository files navigation





📌 DevRoom: 교육용 개인 개발 컨테이너 관리 시스템


DevRoom Frontend

✏️ Commit Convention

✨ :sparkles: → 새기능
💄 :lipstick: → UI스타일 수정
♻️ :recycle: → 코드 리팩토링
🐛 :bug: → 버그
📝 :memo: → 문서 관련 (리드미, 깃이그노어)
➕ :heavy_plus_sign: → 의존성 추가
➖ :heavy_minus_sign: → 의존성 제거
🎨 :art: → 폴더 구조 변경( 파일 이름 변경, 리소스 변경 등)
🔀 :twisted_rightwards_arrows: → 머지
⏪ :rewind: → 리버트

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or11
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

DEVROOM 교육용 컨테이너 서비스 프로젝트 프론트엔드

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.0%
  • CSS 29.2%
  • JavaScript 0.8%