Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdada/newsite
https://github.com/cmdada/newsite
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmdada/newsite
- Owner: cmdada
- Created: 2024-07-16T21:01:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:07:38.000Z (3 months ago)
- Last Synced: 2024-08-21T06:26:16.853Z (3 months ago)
- Language: Svelte
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adabit.org
## Building instructions
We use pnpm and sveltekit here, so it's a simple `pnpm build`. `node build`oh and i wrote a shitty systemd service file that doesnt restart correctly, so assuming you cloned the repo to /home/ada/newsite/ here you go
```
[Unit]
Description=adabit
After=multi-user.target[Service]
Type=simple
ExecStart=bash -c "cd /home/ada/newsite&& npm run build && PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host node build"
Restart=on-failure
RestartSec=5s[Install]
WantedBy=multi-user.target
```