mirror of
https://github.com/Yochyo/sherry-website
synced 2026-08-19 19:30:45 +02:00
No description
- TypeScript 90.6%
- Dockerfile 5.3%
- JavaScript 3.1%
- CSS 1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .idea | ||
| components | ||
| pages | ||
| public | ||
| styles | ||
| tailwind | ||
| utils | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| docker-compose.yml | ||
| Dockerfile | ||
| nav2.tsx | ||
| next-env.d.ts | ||
| next-i18next.config.js | ||
| next.config.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
<div
className={cn({
[styles.success]: type === 'success',
[styles.error]: type === 'error'
})}
></div>