desmos-labs / mooncake-website

Mooncake website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mooncake Website

This repository contains the official Mooncake website that can be reached at mooncake.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/mooncake-website:latest .

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

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

About

Mooncake website


Languages

Language:TypeScript 96.0%Language:Dockerfile 2.5%Language:CSS 0.8%Language:JavaScript 0.7%