Skip to content

ankitects/anki-landing-page

 
 

Repository files navigation

Anki Landing Page Refresh

Running in docker

Note: this requires docker and docker compose to be installed.

To run a preview in a docker container

docker compose up preview

Then navigate to http:localhost:4173.

To run a dev build in a docker container

docker compose up dev

Then navigate to http:localhost:5173.

Running locally

Developing

  1. Run make dev
  2. Navigate to http://localhost:5173

Previewing

  1. Run make preview
  2. Navigate to http://localhost:4173

Screenshot

1080p Preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 76.8%
  • TypeScript 12.8%
  • JavaScript 7.4%
  • Makefile 1.1%
  • HTML 1.1%
  • CSS 0.5%
  • Dockerfile 0.3%