An open API service indexing awesome lists of open source software.

https://github.com/atlj/hexagon

A personal blog made with sveltekit
https://github.com/atlj/hexagon

blog markdown personal-website svelte sveltekit sveltekit-tailwindcss tailwindcss

Last synced: 3 months ago
JSON representation

A personal blog made with sveltekit

Awesome Lists containing this project

README

        

# Hexagon

![Logo](https://user-images.githubusercontent.com/23079646/175133702-6320ed2b-6bc1-4855-b299-d5048ab3b5af.png)

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](/.env.example) file.

## Usage

- Develop the app

```sh
yarn dev
```

- Build the pages

```sh
yarn build
```

- Serve the pages you built

```sh
yarn preview
```