Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 860 Bytes

File metadata and controls

30 lines (23 loc) · 860 Bytes

Getting Started

First, run the development server:

npm run dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Run local API server

git clone https://github.com/Bitpickers-dev/LayerHorizon-server
cd LayerHorizon-server
python3 -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
vim .env # add ALCHEMY_KEY
python manage.py runserver --noreload

Design

https://www.figma.com/file/bNHEIZ5Z8OwUnLFTwiy13k/LayerHorizon