Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLWM committed Jun 2, 2020
1 parent a6f22e4 commit 1584b54
Show file tree
Hide file tree
Showing 7 changed files with 829 additions and 593 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Shaun
Copyright (c) 2020 Shaun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# ark

🚢 A self-hosted, personal archival application

![Screenshot](screenshot.png)

## Items archived

- Full webpage
- DOM only
- PDF
- Screenshot
- Submission to archive.org

## Usage

- Download [zip](https://github.com/ShaunLWM/ark/archive/master.zip)
- Extract zip and enter directory
- ```yarn install```
- ```node index.js```
- Navigate to ```http://localhost:8081```
- `yarn install` or `npm install`
- `yarn start` or `npm start`
- Navigate to `http://localhost:8081`

## Credits

- [ArchiveBox](https://github.com/pirate/ArchiveBox)

## License

MIT - [ShaunLWM](https://github.com/ShaunLWM)
MIT - [ShaunLWM](https://github.com/ShaunLWM)
Loading

0 comments on commit 1584b54

Please sign in to comment.