Website of Uzbek Ecma for representation https://ecma.uz/
  • TypeScript 87.3%
  • CSS 6.4%
  • JavaScript 3.9%
  • Nix 2.4%
Find a file
Sokhibjon Orzikulov ae3ac425b0
Some checks are pending
Deploy CI / deploy (push) Waiting to run
chore: dump nextjs version as a security response
2026-02-15 16:16:20 +05:00
.github chore: proper readme 2025-04-30 19:37:27 +05:00
public feat: add og-image.svg for Ecma Uzbekistan branding 2025-04-24 03:53:15 +05:00
src fix: card transitions style 2025-09-24 22:33:58 +05:00
.envrc chore: direnv auto detect 2025-04-24 16:42:35 +05:00
.eslintrc.json chore: website from tailwindcss 2025-04-15 23:41:15 +05:00
.gitignore chore: direnv auto detect 2025-04-24 16:42:35 +05:00
CHANGELOG.md chore: website from tailwindcss 2025-04-15 23:41:15 +05:00
default.nix chore: dump nextjs version as a security response 2026-02-15 16:16:20 +05:00
flake.lock chore: update flake.lock with latest nixpkgs revisions and metadata 2025-04-24 03:58:05 +05:00
flake.nix update: dump next and others for cve conformance 2026-01-15 03:10:01 +05:00
LICENSE Replace LICENSE with GPL v3 2025-11-05 00:50:39 +09:00
license-tailwind chore: deploy website to gh pages 2025-04-16 00:16:31 +05:00
next.config.js chore: enable unoptimized images in Next.js configuration 2025-04-22 08:50:56 +05:00
package-lock.json chore: dump nextjs version as a security response 2026-02-15 16:16:20 +05:00
package.json chore: dump nextjs version as a security response 2026-02-15 16:16:20 +05:00
postcss.config.js chore: website from tailwindcss 2025-04-15 23:41:15 +05:00
prettier.config.js chore: website from tailwindcss 2025-04-15 23:41:15 +05:00
README.md fix: remove xinux reference 2025-05-01 01:06:12 +05:00
shell.nix update: dump next and others for cve conformance 2026-01-15 03:10:01 +05:00
tailwind.config.js feat: update font families in tailwind.config.js to use Inter for consistency 2025-04-25 00:12:51 +05:00
tsconfig.json chore: website from tailwindcss 2025-04-15 23:41:15 +05:00

Ecma Uzbekistan's {Website}

Official website of Ecma Uzbekistan.

Top Used Language

About

Every community has a website to represent themselves, so obviously it should be proficient to have one for Ecma Uzbekistan as well. This project aims to maintain a website to represent Ecma Uzbekistan leveraging GitHub Pages through Nix and Nextjs.

Development

This project has everything configured ready to get started with developer right away thanks to Nix package manager. In order to get started:

# Start development environment
nix develop -c $SHELL

# Open favorite editor of your choice
zed .

# Start development server
npm run dev

Building

This project aims to remain SSG and deployed in GitHub Pages. GitHub Pages gets nix build output, but you can build it inside development environment using npm package manager.

# Building with nix`
nix build .

# Building with npm
npm run build

Learn more

To learn more about the technologies used in this site project, see the following resources:

  • Tailwind CSS - the official Tailwind CSS documentation
  • Next.js - the official Next.js documentation
  • Headless UI - the official Headless UI documentation

Thanks

  • Orzklv - Bootstraping this project + devops management.
  • Diyorbek - Maintaining this website keeping it active and up to date.

License

This project is licensed under the Tailwind Plus License and MIT - see the LICENSE-MIT and LICENSE-TAILWIND file for details.

Ecma Uzbekistan's {Website}