mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
ditatompel
0229eaddbd
The country flag icons no longer use edge.ditatompel.com. It's compiled to the server binary. I'm using https://github.com/hampusborgos/country-flags for country flag svg icons, but the commited svgs was optimized using `svgo`. |
||
---|---|---|
.. | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
embed.go | ||
eslint.config.js | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
vite.config.js |
UI
The UI is generated and embedded when the Go project is built. See ./frontend/embed.go.