Skip to content

Repository containing the official Bondscape website codebase

Notifications You must be signed in to change notification settings

desmos-labs/bondscape-website

Repository files navigation

Bondscape Website

This repository contains the official Bondscape website that can be reached at bondscape.app.

Development

This website is developed using Next.js.

Local testing

To test this website on your local machine, just run the following command:

yarn dev

Docker

In order to provide an easier deployment experience, we provide a Dockerfile that can be used to build and run the website. In order to build the Docker image and then run it, you can use the following commands:

# First, build the Docker image
docker build -t desmoslabs/bondscape-website:latest .

# Then, run the image
docker run --name bondscape-website -p 5000:3000 desmoslabs/bondscape-website:latest 

After running this command, you will be able to reach the website at http://localhost:5000.

About

Repository containing the official Bondscape website codebase

Resources

Stars

Watchers

Forks

Languages