This repository contains the source code of Java Design Patterns website, powered by Vuepress. The website mainly pulls content from these sources:
- https://github.com/iluwatar/java-design-patterns
- https://github.com/iluwatar/30-seconds-of-java
- https://github.com/iluwatar/programming-principles
Running it locally is easy, just follow these steps:
- Clone this repository
- Install the dependencies
pnpm install
- Prepare the content
pnpm run generate
- Run the local development server
pnpm run dev
- Access the website
http://localhost:8080/