Skip to content

atlj/hexagon

Repository files navigation

Hexagon

Logo

This blog uses sveltekit to provide a smooth reading experience.

Setup

Make sure to create .env file and put your backend url in it. You can check the example env file.

Usage

  • Develop the app
yarn dev
  • Build the pages
yarn build
  • Serve the pages you built
yarn preview