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

https://github.com/e-e-e/an-archive-of-sorts

A public interface to the personal archiving system *Ommatidia*.
https://github.com/e-e-e/an-archive-of-sorts

Last synced: about 1 month ago
JSON representation

A public interface to the personal archiving system *Ommatidia*.

Awesome Lists containing this project

README

          

# An archive of sorts,

This is the early stages of my personal website - it is being developed in parallel to my personal archiving system [Ommatidia](https://github.com/e-e-e/ommatidia).

## Build Setup

```bash
# install dependencies
npm install

# start api server for development
npm run dev-server

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests - FAILING AT THE MOMENT
npm run unit

# run e2e tests - FAILING AT THE MOMENT
npm run e2e

# run all tests - FAILING AT THE MOMENT
npm test
```