Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 641 Bytes

Orbital Web App

Built with Next.js hosted on Vercel

Technologies:

Getting the project up and running

  1. Download specified .env.local file and add it to the root of the project

  2. Install all necessary packages:

npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev