This page is a coming soon page for a placeholder website. It is intended as a placeholder while building project or infrastructure.
# Install dependencies
npm install
# Start the development server
npm run dev
# Build the Docker image
docker build -t example-repo/coming_soon:1.0.0 .
# Run the Docker container
docker run -d -p 80:80 example-repo/coming_soon:1.0.0