Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.
/ website Public archive

The KemuKupu public website, powered by docker, nuxt, and vue.

Notifications You must be signed in to change notification settings

kemukupu/website

Repository files navigation

Front End

This is the front-facing website for the Kemu Kupu application. It's a Nuxt.js application and can be statically built or run with server-side rendering (SSR).

Build Setup

Development

yarn dev

SSR with Docker (preferred)

To build and run for node.js serving with SSR, as a Docker container. As this is intended to sit alongside the Kemu Kupu API, this is the preferred approach as it can be easily combined with docker compose.

docker build . -t front-ui
docker run -p 3000:3000 front-ui

About

The KemuKupu public website, powered by docker, nuxt, and vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •