Skip to content

Commit f95100c

Browse files
authored
Merge pull request #50 from Daveu1983/master
2 parents 0a38409 + d19ab04 commit f95100c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
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+
```bash
21+
jbake -b -s
22+
```
23+
The site will then be available at http://localhost:8820/

0 commit comments

Comments
 (0)