Skip to content

achitJ/OmniView

Repository files navigation

How to run locally

  • Clone the repository.
  • cd into the directory.
  • install dependecies.
git clone git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published