Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 330 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: npm install

Start the client: npm run dev

Open the site: localhost:3000