No description
Find a file
2025-12-27 07:37:09 +01:00
api patched 2025-12-27 07:37:09 +01:00
db polish 2025-12-03 16:25:50 +01:00
public footer 2025-11-10 12:31:32 +01:00
src polish 2025-12-03 16:25:50 +01:00
types fix eslint 2025-11-09 21:21:32 +01:00
.dockerignore implement api layout 2025-11-06 17:34:35 +01:00
.gitignore implement api layout 2025-11-06 17:34:35 +01:00
.gitlab-ci.yml update pipeline 2025-09-29 14:41:48 +02:00
constants.ts fix ports 2025-12-13 16:45:37 +01:00
docker-compose.yml fix name 2025-12-14 00:16:12 +01:00
Dockerfile update pipeline 2025-09-29 14:41:48 +02:00
eslint.config.js fix eslint 2025-11-09 21:21:32 +01:00
next.config.ts fix not found 2025-11-19 18:38:10 +01:00
package-lock.json patched 2025-12-27 07:37:09 +01:00
package.json patched 2025-12-27 07:37:09 +01:00
postcss.config.mjs fix eslint 2025-11-09 21:21:32 +01:00
README.md init 2025-09-11 22:35:02 +02:00
tsconfig.json fix eslint 2025-11-09 21:21:32 +01:00
types.d.ts polish 2025-12-03 16:25:50 +01:00

Beeformed

This is the repo for Beeformed, the frontend for forms at Tekkom. It is built with Next.js and TypeScript.

Getting Started

To get started with the project, follow these steps:

  1. Install the dependencies:

    npm install
    
  2. Start the development server:

    npm run dev
    
  3. Open your browser and navigate to http://localhost:3000/ to see the application in action.