Run the development server:
# Create a new .env file from the example env file
cp .env.example .env
# Populate the .env file
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 with your browser to see the result.
# Create a new .env file from the example env file
cp .env.example .env
# Populate the .env file
# Build and run the Docker container
docker compose up -d --build