/FxMath

FxMath is just a open source pet-project about endless math problems

Primary LanguageTypeScript

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Docker

docker compose up

Builds, (re)creates, starts, and attaches to containers for a service. You can use flag -d, which means detached mode: run containers in the background.

docker compose exec web bash

If you want to dive deeper, use it after. So you can see container files and run additional commands inside.