Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.12 KB

Gympool

preview

Status

Unit Test Deploy

Feature:

  • Account/ OAuth
  • Filter product
  • i18n
  • Defensive UI/UX
  • SEO

Skill:

  • Next.js
  • Tailwind CSS
  • Google Cloud Run
  • Github actions

Getting Started

npm run dev

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

Deploy on Docker container

# build
$ docker build -t rosethorn999/gympool_frontend_nextjs:latest .
# run
$ docker run -p 3000:3000 --name next3000 rosethorn999/gympool_frontend_nextjs:latest

Example for .env.local or .env.production file

NEXT_PUBLIC_API_HOST=https://gympool-stg-fastapi.nodm.app/
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LfixxxxxxJO1d