Skip to content

Formatchange App Documentation

Formatlist-Editor

Web Application for editing and creating format change lists. This is a Next.js project bootstrapped with create-next-app.

Local Development

First, install dependencies npm ci or npm install

Then, run the development server:

npm run dev

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

Build and Deploy with Docker

Build the container with: docker build -t test .

Start the container with: docker run -d -p 8080:3000 test

You should now be able to access the Editor/HTML in your browser via: http://localhost:8080

Project Structure

  • API: Management of database, format change lists and templates in src/app/data.
  • Data persistence: Storing of local data like translation database, uploaded format change lists, template lists in src/app/data.
  • Pages: Default page: /app/customer/page.tsx, editing page: /app/somic/page.tsx.
  • UI: src/components, styling in src/app/globals.css

User Guide

See this user guide for in depth explanations of the functions and features.