ARJStudy is a static website created to learn and explore the martial art Alex Ryu Jitsu (ARJ).
Here you'll find its history, the meaning of its symbols, and even the techniques practiced in this discipline.
Whether you're a student, practitioner, or just curious, this site is made to help deepen your understanding of ARJ.
Feel free to run it and explore!
This is a Next.js project bootstrapped with create-next-app.
- 📜 History of Alex Ryu Jitsu
- 🧩 Explanation of symbols and their meaning
- 🥋 List of techniques
- ⭐️ List of graduations
- ⚡ Fast and lightweight (static generation)
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to view the website.
- React
- Next.js
- Tailwind
