Skip to content

plushugh/TEDxBRS-Youth-website

Repository files navigation

📦 Dependencies

  • astro 4.0+
  • node v20.10+
  • npm v10.2+
  • tailwind v3.3+

👉 Install Dependencies

npm install

👉 Development Command

npm run dev

👉 Build Command

npm run build

👉 Build and Run With Docker

docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .

docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate

To access the shell within the container:

docker run -it --rm astroplate ash