ETHBrno² Website https://ethbrno.cz
Přejít na soubor
Adam Sobotka cf0ac38771 hacker manual 2022-10-27 22:54:38 +02:00
data Update Hacker manual #3 2022-10-27 14:56:50 +02:00
scripts idk 2022-10-27 11:45:35 +02:00
src hacker manual 2022-10-27 22:54:38 +02:00
static hacker manual 2022-10-27 22:54:38 +02:00
tests fix loading 2022-10-21 14:45:50 +02:00
.env.example fix loading 2022-10-21 14:45:50 +02:00
.eslintignore fix loading 2022-10-21 14:45:50 +02:00
.eslintrc.cjs fix loading 2022-10-21 14:45:50 +02:00
.gitignore fix loading 2022-10-21 14:45:50 +02:00
.nojekyll fix loading 2022-10-21 14:45:50 +02:00
.npmrc fix loading 2022-10-21 14:45:50 +02:00
.nvmrc fix loading 2022-10-21 14:45:50 +02:00
.prettierignore fix loading 2022-10-21 14:45:50 +02:00
.prettierrc fix loading 2022-10-21 14:45:50 +02:00
.woodpecker.yml lol 2022-10-27 11:32:57 +02:00
README.md arweave data version 1 2022-10-23 11:16:05 +02:00
package-lock.json hacker manual 2022-10-27 22:54:38 +02:00
package.json hacker manual 2022-10-27 22:54:38 +02:00
playwright.config.js fix loading 2022-10-21 14:45:50 +02:00
postcss.config.cjs fix loading 2022-10-21 14:45:50 +02:00
svelte.config.js hacker manual 2022-10-27 22:54:38 +02:00
tailwind.config.cjs fix loading 2022-10-21 14:45:50 +02:00
vite.config.js fix loading 2022-10-21 14:45:50 +02:00

README.md

ETHBrno² Website

Website is created using SvelteKit and deployed as a static application to these addresses:

The IPFS addresses of the major versions are stored directly in the ethbrno.eth ENS record. You can access the site using these gateways:

Site is configured to prerender all content and refresh the data from Arweave. Publishing script is named upload-data and require your own Arweave wallet (whole JSON string) as an AR parameter in the environment, like AR={"kty":"RSA","n":..... IPFS publishing is not prepared out of the box, but it basically takes output of /build and send it to the ipfs pinning service like Pinata. We are using self hosted server for this.

Authors