Skip to content

esbenkc/pauseai

 
 

Repository files navigation

PauseAI.info website

SvelteKit website for PauseAI.info.

Creating articles

Create a new markdown file in src/posts/

Add a title, date and a description using frontmatter (optional, but recommended):

---
title: This will be shown as title in the browser / share previews / google results
description: This will be the description in the share previews / google results
date: '2023-4-14'
---

Here goes the content of the article.

Create a fork / open a pull request (follow the on screen instructions!)

The article will be published automatically when the pull request is merged.

Running locally

git clone [email protected]:joepio/pauseai.git
# Instead of pnpm you could use npm or yarn
pnpm install
pnpm run dev

About

Website for PauseAI.info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.2%
  • TypeScript 24.0%
  • CSS 12.1%
  • JavaScript 6.2%
  • HTML 3.5%