Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 566 Bytes

How to run locally

  • Clone the repository.
  • cd into the directory.
  • install dependecies.
git clone [email protected]:achitJ/OmniView.git
cd ./OmniView
npm i
  • Create a PieSocket Account and add the following variables in your .env.local folder:
NEXT_PUBLIC_JSON_API=https://jsonplaceholder.typicode.com
NEXT_PUBLIC_PIESOCKET_API_KEY=YOUR_API_KEY
NEXT_PUBLIC_PIESOCKET_CLUSTER=YOUR_CLUSTER_ID
  • run development server
npm run dev

image