Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.6 KB

Electrium Mobility Shop

Repository for the Electrium Shop project.

Kanban board: Visit the Kanban board for Electrium Shop on Clickup

Setup

Prerequisites

Install everything in this list before moving on to the next step! Required:

BONUS: Have you ever considered signing up for the GitHub Developer Pack? Check it out here!

Setting up your local environment

  1. Clone the repository on your IDE:
git clone https://github.com/Electrium-Mobility/Electrium-store.git
  1. Download the .env file from our Discord server's config-and-credentials channel under webdev and place it into the root folder of your repo

  2. Run the following commands in your IDE:

npm i

(i is a shortcut for install)

npm run build
npm run start

Electrium Shop should now be running on localhost:3000.

More Supabase examples