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
- Host: GitHub
- URL: https://github.com/descent098/the-archive
- Owner: Descent098
- License: mit
- Created: 2024-11-19T03:08:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T23:21:08.000Z (9 months ago)
- Last Synced: 2025-08-16T22:42:59.601Z (5 months ago)
- Language: TypeScript
- Homepage: http://kieranwood.ca/the-archive/
- Size: 189 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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
```