Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.21 KB

File metadata and controls

25 lines (19 loc) · 1.21 KB

Screensaver Interface

Front-end for Screensaver Marketplace

Prerequisites

Running Locally

  • npm i - install node modules
  • touch .env.local - create a local environment variable file. Copy .env.local.example for a templated set of environment variables and reach out in the #development channel on the Screensaver Discord.
  • npm run dev - this should start the Next.js app. Navigate to localhost:3000 in your browser. You should see a local version of the Screensaver Marketplace.

Having trouble? Check the Next.js docs or reach out on Discord for help.

Resources