Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iluwatar/java-design-patterns-vuepress-web

Next generation website for Java Design Patterns
https://github.com/iluwatar/java-design-patterns-vuepress-web

design-patterns hacktoberfest java principles snippets vuepress website

Last synced: 12 days ago
JSON representation

Next generation website for Java Design Patterns

Awesome Lists containing this project

README

        

# Java Design Patterns Website [![Netlify Status](https://api.netlify.com/api/v1/badges/4e492a8e-6a73-4ced-a26b-930c8c315227/deploy-status)](https://app.netlify.com/sites/relaxed-kleicha-7210ed/deploys) [![Join the chat at https://gitter.im/iluwatar/java-design-patterns-vuepress-web](https://badges.gitter.im/iluwatar/java-design-patterns-vuepress-web.svg)](https://gitter.im/iluwatar/java-design-patterns-vuepress-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


Deploys by Netlify

This repository contains the source code of Java Design Patterns website, powered by [Vuepress](https://vuepress.vuejs.org/). 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/`