Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 333 Bytes

Owl Messenger Web App

This is a web project based on Next.js
  1. Create .env.local file

  2. Build Setup

# install dependencies

$ npm install

# lint code

$ yarn lint

# serve with hot reload at localhost:3000

$ yarn dev

For detailed explanation on how things work, checkout Next.js docs.