Skip to content

NuzzleTeam/Nuzzle_FrontEnd

Repository files navigation

Nuzzle_Frontend

NUZZLE 프로젝트 프론트엔드 레포지토리

NuzzleImage

0. Installation

  • Clone repository
$ git clone <repo-url>
  • Change directory to cloned repository
$ cd <repo>
  • Install package
$ npm install
  • Update API Key in .env File
    • In the root directory of your project, create a new file named .env.
    • Add the following content to the file, replacing your-api-key-here with your actual GPT API key:
VITE_GPT_API_KEY = your-api-key-here
VITE_API_BASE_URL = https://nuz2le.com/
  • Start project
$ npm run dev

1. Our Branch Strategy

  1. main : CI/CD
  2. dev: dev branch
  3. merge-branch : merge branch
  4. feature/fill simple description: development new feature

2. Contributors

🐾Contributors
MONG-SIL
gimgyuwon