Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 320 Bytes

Brian Lovin Next

The code that powers brianlovin.com.

Development

Clone the repository: git clone git@github.com:brianlovin/brian-lovin-next.git

cd into the directory: cd brian-lovin-next

Install dependencies: yarn

Start the client: yarn dev

Open the site: localhost:3000