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*.
- Host: GitHub
- URL: https://github.com/e-e-e/an-archive-of-sorts
- Owner: e-e-e
- Created: 2017-02-04T00:57:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T07:48:05.000Z (over 9 years ago)
- Last Synced: 2025-02-28T22:12:18.875Z (over 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```