Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 503 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 503 Bytes

Paloma

The main website for Paloma Chain

Setup

  1. Clone the repository and move to project folder
git clone https://github.com/palomachain/website.git
cd website
  1. Copy env example file
cp .env.example .env
  1. Set env variables
STORYBLOK_ACCESS_TOKEN=YOUR_STORY_BLOCK_API_TOKEN

BASE_URL=WEBSITE_DOMAIN
API_BASE_URL=API_DOMAIN
  1. Install modules and run
npm i
npm run dev

Run

You can see the website at http://localhost:3000