mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
docs: remove advanced section and add integration guide
This commit is contained in:
18
docs/content/05-project-integration/01-setup.md
Normal file
18
docs/content/05-project-integration/01-setup.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 1. Download the Starter
|
||||
|
||||
Create a `docs/` folder inside your project and fetch the Archivox starter with `wget`:
|
||||
|
||||
```bash
|
||||
mkdir docs && cd docs
|
||||
wget -O archivox.tar.gz https://codeload.github.com/PR0M3TH3AN/Archivox/tar.gz/refs/heads/main
|
||||
# extract just the starter directory
|
||||
mkdir tmp && tar -xzf archivox.tar.gz -C tmp
|
||||
mv tmp/Archivox-main/starter/* .
|
||||
rm -rf archivox.tar.gz tmp
|
||||
```
|
||||
|
||||
Install the dependencies locally:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
Reference in New Issue
Block a user