find and visit various TON sites
SSG website built with Astro and Svelte
if you love this project and want to support its development you can donate on this TON address
ishoneypot.ton or UQA705AUWErQe9Ur56CZz-v6N9J2uw298w-31ZCu475hT8U4
- pnpm
to actually use a self-hosted instance of this website you are required to run index service
install deps
pnpm ichange environment variables if required (defaults work fine)
run dev server
pnpm devor build static website
pnpm buildbuild can be found in dist/ directory
preview build
pnpm previewdry run
pnpm lintauto fix everything possible
pnpm lint:fix| name | default | note |
|---|---|---|
API_URL |
http://localhost:8081 | index service url to fetch sites data from |
GATEWAY_URL |
http://localhost:8082 | gateway with a subdomain-based resolution (also provided by index service) |
create .env file in the project's directory
API_URL=https://bogus.com
API_URL=https://bogus.com pnpm build