Skip to content
View sintaxShine's full-sized avatar

Block or report sintaxShine

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sintaxShine/README.md

GDSC Sogang FE Repository

πŸ“Œ Introduction

  • This repository is for the GDSC Sogang Webpage.

πŸ“Œ How to start

  1. Fork this repository
    git clone https://github.com/GDSC-Sogang-Univ/GDSC_SG_FE

  2. Install dependencies
    yarn install

2-1. If you don't have yarn, install yarn
npm install -g yarn
2-2. If you have yarn version 1, upgrade yarn
yarn set version berry
2-3. (remove node_moduels if you have,) install dependencies
yarn install

  1. Start the development server
    yarn dev

πŸ“Œ Directory Structure

.
β”œβ”€β”€ public # 정적 νŒŒμΌμ„ μ €μž₯ν•˜λŠ” 디렉토리 (예: 이미지, 폰트 λ“±)
β”œβ”€β”€ src # μ†ŒμŠ€ μ½”λ“œκ°€ μœ„μΉ˜ν•œ 디렉토리
β”‚ β”œβ”€β”€ api # API κ΄€λ ¨ μ½”λ“œ 및 μ„œλΉ„μŠ€ λ‘œμ§μ„ μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”œβ”€β”€ app # νŽ˜μ΄μ§€μ™€ λ ˆμ΄μ•„μ›ƒ ꡬ성 νŒŒμΌμ„ ν¬ν•¨ν•˜λŠ” 디렉토리
β”‚ β”‚ β”œβ”€β”€ page.tsx # 메인 νŽ˜μ΄μ§€ μ»΄ν¬λ„ŒνŠΈ
β”‚ β”‚ └── layout.tsx # λ ˆμ΄μ•„μ›ƒ μ»΄ν¬λ„ŒνŠΈ
β”‚ β”‚ └── ...
β”‚ β”œβ”€β”€ assets # μ• ν”Œλ¦¬μΌ€μ΄μ…˜μ—μ„œ μ‚¬μš©ν•˜λŠ” μžμ‚°(이미지, μ•„μ΄μ½˜ λ“±)을 μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”‚ β”œβ”€β”€ images # 이미지 νŒŒμΌμ„ μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”‚ └── icons # μ•„μ΄μ½˜ νŒŒμΌμ„ μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”œβ”€β”€ components # μž¬μ‚¬μš© κ°€λŠ₯ν•œ UI μ»΄ν¬λ„ŒνŠΈλ₯Ό μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”œβ”€β”€ store # μƒνƒœ 관리 κ΄€λ ¨ μ½”λ“œλ₯Ό μ €μž₯ν•˜λŠ” 디렉토리
β”‚ β”œβ”€β”€ types # TypeScript νƒ€μž… μ •μ˜ νŒŒμΌμ„ μ €μž₯ν•˜λŠ” 디렉토리
β”‚ └── utils # μœ ν‹Έλ¦¬ν‹° ν•¨μˆ˜λ“€μ„ μ €μž₯ν•˜λŠ” 디렉토리
β”‚   └── hooks # μ»€μŠ€ν…€ 훅을 μ €μž₯ν•˜λŠ” 디렉토리
β”œβ”€β”€ .gitignore # Git이 λ¬΄μ‹œν•  파일 및 디렉토리λ₯Ό μ •μ˜ν•˜λŠ” 파일
β”œβ”€β”€ .prettierrc.json # μ½”λ“œ μŠ€νƒ€μΌμ„ μ •μ˜ν•˜λŠ” Prettier μ„€μ • 파일
β”œβ”€β”€ .eslintrc.json # μ½”λ“œ ν’ˆμ§ˆμ„ μ²΄ν¬ν•˜λŠ” ESLint μ„€μ • 파일
β”œβ”€β”€ Dockerfile # Docker 이미지λ₯Ό λΉŒλ“œν•˜κΈ° μœ„ν•œ μ„€μ • 파일
β”œβ”€β”€ next.config.mjs # Next.js μ• ν”Œλ¦¬μΌ€μ΄μ…˜μ˜ μ„€μ • 파일
β”œβ”€β”€ package.json # ν”„λ‘œμ νŠΈμ˜ 메타데이터와 μ˜μ‘΄μ„±μ„ μ •μ˜ν•˜λŠ” 파일
β”œβ”€β”€ tsconfig.json # TypeScript 컴파일러 μ„€μ • 파일
└── tailwind.config.js # Tailwind CSS μ„€μ • 파일

Popular repositories Loading

  1. sintaxShine sintaxShine Public

    TypeScript

  2. Certification Certification Public

    Text and XML versions of the Beer Judge Certification Program 2015 style guidelines

    C#

  3. Auxiliary Auxiliary Public

    A New Perspective of Auxiliary-Function-Based Independent Component Analysis in Acoustic Echo Cancellation

    Python

  4. maclearning maclearning Public

    Workshop on basic machine learning, computational modeling, psychophysics, basic data analysis and experiment design

    Java

  5. ioscontacts ioscontacts Public

    Easily search and select contacts in your iOS Address Book and redirect to Mail or Messages with results.

  6. automation automation Public

    Chromium Browser Automation (extension for chrome browser automation).

    Cirru