Skip to content

Commit a8836fb

Browse files
README
1 parent 6060736 commit a8836fb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Innovation Platform Website
2+
3+
## Develop locally:
4+
5+
Requirements:
6+
- git
7+
- [Hugo](https://gohugo.io/installation/)
8+
9+
### Install the theme:
10+
From within the repo's root directory:
11+
12+
```shell
13+
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
14+
git submodule update --init --recursive
15+
```
16+
### Serve locally:
17+
18+
```shell
19+
hugo serve
20+
```
21+
And navigate to http://localhost:1313/ to check your website.
22+
23+
24+
## Deploy
25+
26+
Just push your changes to the main branch, it will build automatically.

0 commit comments

Comments
 (0)