Installation
Not implemented yet
docker-compose up -d
| Lang | Version |
|---|---|
| Nodejs | 16.0 |
| Golang | 1.18 |
| Sqlite3 or Mysql | - |
| Caddy | 2.4.* |
git clone https://github.com/rakutentech/code-coverage-dashboard.git
Update your database username/password in case of database driver.
cp server/.env.local cp server/.env
cd ./server
go run cmd/db_migrate/main.go
cd ./server
go run main.go <port>
You can choose any static file server of your choice. The port is reverse proxied through the API server.
caddy file-server --root ./server/assets --listen localhost:3008 --browse
cp client/.env.local cp client/.env
pnpm install
pnpm build
pnpm start