Skip to content

jangjunha/heektime-web-v3

Repository files navigation

HeekTime Website

HeekTime 웹사이트

Requirements

Setup

$ nvm use       # Use .nvmrc specified node version
$ yarn prepare  # Register git hooks
$ yarn install

Use Emulator

$ cp .env.local.dist .env.local

Development

Run development server

$ yarn start

Build

$ yarn build

Lint/Formatting

$ yarn eslint .
$ yarn prettier -c .  # check

Tools

Visual Studio Code Extensions

Deploy

HeekTime 웹사이트는 Firebase Hosting으로 서빙하고 있습니다.

Firebase CLI를 사용해서 배포합니다.

Configure

Install Firebase CLI

$ npm install -g firebase-tools

or https://firebase.google.com/docs/cli?hl=ko

Login

$ firebase login

🚀 Deploy

빌드 후 다음 명령을 실행하면 build/ 폴더에 있는 항목들이 배포됩니다.

$ firebase deploy