Skip to content

palomachain/website

Repository files navigation

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