Skip to content

open-metrics-code/compass-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

# install dependencies
yarn

# start dev server
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy by docker

# build docker image
yarn docker

.env file

# Google Analytics ID
NEXT_PUBLIC_GOOGLE_ANALYTICS=

# Backend api endpoint
API_URL=

# URL of this site
NEXTAUTH_URL=
# Auth secret
NEXTAUTH_SECRET=

# Github OAuth
GITHUB_ID=
GITHUB_SECRET=

# Gitee OAuth
GITEE_ID=
GITEE_SECRET=

start server with env file

docker run -p 3000:3000 --env-file .env compass-web:0.1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published