Install dependencies using Bun:
bun install
Start the development server:
bun run dev
Open your browser and visit http://localhost:3000.
To build the project for production:
bun run build
You can dockerize the project using the Dockerfile provided in the repository. To build the docker image, run the following command:
docker build --pull -t gaskam-com .
To run the docker container, run the following command:
docker run gaskam-com
The application will be available at http://localhost:3000.