SekmSet / calculator-breeding

Home Page:https://breeding-calculator.sekhmset.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Using Docker & GCP

docker build -f [PATH TO YOUR DOCKERFILE] -t eu.gcr.io/[ID PROJECT]/[NAME]:[TAG] .
docker push eu.gcr.io/[ID PROJECT]/[NAME]:[TAG]

NB

  • :[TAG] is optionnal by default the tag will be latest

Using Terraform

Create a new file in terraform folder to define value for your variables

[NAME OF YOUR FILE].tfvars

Or add default value to your variable in the variable.tf file as follow

variable "port" {
  type = number
  description = "Using PORT Ex: 8000"
  default = 3000   
}
terraform init
terraform plan
terraform apply # OR terraform -var-file [NAME OF YOUR FILE].tfvars```

Add a terraform file to create a backend file in a bucket storage

Documentation

About

https://breeding-calculator.sekhmset.me/


Languages

Language:TypeScript 53.8%Language:CSS 18.0%Language:HCL 13.7%Language:SCSS 12.0%Language:Dockerfile 1.6%Language:JavaScript 0.9%