The main website for Paloma Chain
- Clone the repository and move to project folder
git clone https://github.com/palomachain/website.git
cd website
- Copy env example file
cp .env.example .env
- Set env variables
STORYBLOK_ACCESS_TOKEN=YOUR_STORY_BLOCK_API_TOKEN
BASE_URL=WEBSITE_DOMAIN
API_BASE_URL=API_DOMAIN
- Install modules and run
npm i
npm run dev
You can see the website at http://localhost:3000