Skip to content

adeira/abacus-backoffice

Repository files navigation

🧮 ABACUS - React Frontend

Crowdin

First, run the development server:

yarn workspace @adeira/abacus-backoffice dev

Open http://localhost:3000 with your browser to see the result. To analyze the production bundle run:

ANALYZE=true yarn workspace @adeira/abacus-backoffice build

Deploying

Deployments are currently manual and waiting to be automated. Run the following command from adeira/universe root to deploy to Vercel:

vercel deploy --prod src/abacus-backoffice

Visit: https://abacus-backoffice.vercel.app/

Running in Docker

It's certainly possible (and recommended) to run the Next.js application directly. However, in production, it runs in Docker. You can do the same if you want:

(cd src/abacus-backoffice && docker build --progress=plain . --tag abacus-backoffice)
docker run -p 5001:5001 abacus-backoffice

About

This repository is automatically exported from https://github.com/adeira/universe via Shipit

Resources

Stars

Watchers

Forks

Languages