We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a38409 + d19ab04 commit f95100cCopy full SHA for f95100c
README.md
@@ -0,0 +1,23 @@
1
+# Manchester Java User Group Website
2
+
3
+### This repository contains the source code for the Manchester JUG community that is hosted at https://manchesterjavacommunity.org/
4
5
+### The site uses JBake to develop the site, more information on this tool can be found at https://jbake.org/
6
7
+## How to build the site
8
9
+### Install JBake
10
+#### ==============
11
+```bash
12
+curl -s "https://get.sdkman.io" | bash
13
+```
14
15
+sdk install jbake
16
17
+### Launch the site
18
+#### =================
19
+Once the repo is cloned and moved into we can launch the site with the following command
20
21
+jbake -b -s
22
23
+The site will then be available at http://localhost:8820/
0 commit comments