added instructions to setup
This commit is contained in:
parent
0b1d42de02
commit
0bb6dbb31a
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -1,4 +1,4 @@
|
||||||
# [developomp.com](https://developomp.com)
|
# <a href="https://developomp.com" target="_blank">developomp-site</a>
|
||||||
|
|
||||||
Tools used:
|
Tools used:
|
||||||
|
|
||||||
|
@ -11,9 +11,17 @@ Tools used:
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
- Clone the repo
|
Requires: [git](https://git-scm.com), [node](https://nodejs.org), [hexo](https://github.com/hexojs/hexo), [firebase](https://firebase.google.com)
|
||||||
|
|
||||||
|
- Clone the repo with git modules
|
||||||
|
- `git clone --recurse-submodules https://github.com/developomp/developomp-site.git`
|
||||||
- Install dependencies
|
- Install dependencies
|
||||||
- Generate
|
- `cd developomp-site/hexo`
|
||||||
|
- `yarn` or `npm i`
|
||||||
|
- Generate files
|
||||||
|
- `hexo generate`
|
||||||
|
- (optional, requires firebase setup) deploy it to firebase
|
||||||
|
- `firebase deploy`
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue