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

https://github.com/descent098/the-archive

A fictional sci-fi anthology
https://github.com/descent098/the-archive

Last synced: 5 months ago
JSON representation

A fictional sci-fi anthology

Awesome Lists containing this project

README

          

# The Archive

This repo is the site for the archive, a science-fiction anthology. Content is in a separate repo.

## Setup

The site is built using [quartz](https://quartz.jzhao.xyz/). I would recommend cloning using:

```bash
git clone --recurse-submodules https://github.com/Descent098/the-archive
```

Or alternatively:

```bash
git clone https://github.com/Descent098/the-archive

git submodule update --init --recursive
```

## Dev

To run locally setup dependencies

```bash
cd quartz
npm i
```

Then you can test using:

```bash
npx quartz build --serve
```