Skip to content

orda-oss/www

Repository files navigation

orda.chat website

Marketing site and legal pages for Orda. Built with Astro, deployed to Cloudflare Workers.

Develop

yarn install
yarn dev

Opens a local dev server on port 4321.

Build

yarn build

Outputs to dist/.

Preview

yarn preview

Builds and runs locally via wrangler dev.

Deploy

yarn deploy

Deploys to Cloudflare Workers via wrangler deploy.

Structure

src/
├── components/    Nav, Footer, DownloadButton (used by all pages)
├── layouts/       BaseLayout (HTML wrapper)
├── pages/         Routes: index, download, about, contact, support, privacy.md, terms.md, 404
└── styles/        global.css
public/            Favicons and logo

The download buttons fetch https://releases.orda.chat/latest.json at runtime to populate platform-specific download URLs.

Contributing

See CONTRIBUTING.md. Legal review of privacy.md and terms.md is especially welcome.

Support

Orda is built and maintained by a single person. If you find it useful, a donation goes a long way toward keeping the project alive. A donation channel is being set up and will be linked here soon.

If you or your organization are interested in sponsoring or making a larger contribution before the donation channel is live, reach out at hello@joinorda.com.

In the meantime, the best way to support the project is to use it, report bugs, and spread the word. If you have legal expertise, the Privacy Policy and Terms of Service are open for review on GitHub.

License

Dual-licensed:

  • Code (Astro components, build config, JS, CSS): MIT - see LICENSE
  • Prose content (privacy, terms, page copy): CC0 1.0 (public domain) - see LICENSE-CONTENT.md

If you want to reuse the privacy or terms language for your own project, take it. No credit needed.

About

Source code for Orda website.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-CONTENT.md

Contributing

Stars

Watchers

Forks

Contributors