First, clone the repository and install pre-commit hooks:
git clone https://github.com/eser/deno-next-showcase.git
cd deno-next-showcase
pre-commit install
Install required dependencies:
deno install
Then, run the development server:
deno run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx
. The page auto-updates as you edit the file.
docker compose -f ./ops/docker/compose.yml up -d
Open http://localhost:3000 with your browser to see the result.
docker build -f ./ops/docker/Dockerfile -t deno-next-showcase .
docker run -it --rm -p 3000:3000 deno-next-showcase
Open http://localhost:3000 with your browser to see the result.
Apache 2.0, see LICENSE for more details.