Skip to content

mondata-dev/staqe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staqe Nuxt Frontend

Frontend project for the Nimiq Staking as a Service Project Staqe. Build with Nuxt3

Setup

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Docker

The service can ben run in a docker container. To build the image run:

    docker build -t staqe-frontend .

To run the container:

    docker run -p 3000:3000 staqe-frontend

Kubernetes

The service can be deployed to a kubernetes cluster. The deployment file is located in the kubernetes folder k8s. Make sure to edit the image name in the deployment file and upload the docker image to a registry.

Also make sure to edit the ingress file to use the correct domain name.

kubectl apply -f k8s/