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

duc2k1/only-dog-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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