Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 314 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 314 Bytes

only-dog-fe

Project for learning

*You must setup only-dog backend first: https://github.com/duc622/only-dog-be

*Then run this script

Copy .env.example file to .env.local

cp .env.example .env.local

Install / Update

yarn

Start

yarn dev

Build

yarn build