It's buisness project for Minecraft server elektronowa.xyz
with shop (and payment proccess).
- 🛠️ Built on top of Next and Typescript
- 📱 Responsive and mobile-first
- ✅ A11y ready
- 🎨 Tailwind and shadcn/ui for styling
- 🌀 motion.dev (aka. framer-motion) and tailwindcss-motion for animations (optimized for 60fps)
- 📄 MDX page generation
- Copy project and install all dependencies. Project is crafted for Node 20.18.0 and Next 14.2.20
git clone https://github.com/Mopsior/elektronowa-masakra && cd elektronowa-masakra && npm i
- Fill
.env
file
Variable | Value |
---|---|
NEXT_PUBLIC_API_URL |
API url, starting with https:// , without / at end |
NEXT_PUBLIC_DISCORD_INVITE |
Discord server invite |
NEXT_PUBLIC_DOMAIN |
Page url, starting with https:// |
- Update
@/app/regulamin/page.mdx
with your content
Warning
After every update in /regulamin
, you need to rebuild application
- Build and run
npm run build &&
npm run start