No description
| api | ||
| db | ||
| public | ||
| src | ||
| types | ||
| .dockerignore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| constants.ts | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.js | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| types.d.ts | ||
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:
-
Install the dependencies:
npm install -
Start the development server:
npm run dev -
Open your browser and navigate to
http://localhost:3000/to see the application in action.