1.2 KiB
1.2 KiB
developomp-site
Tools used:
Name | Use |
---|---|
Hexo | generating static files |
Firebase | hosting site (Future: hosting database) |
Github | storing source & automatic deployment |
AWS | Domain name purchase & management |
Setup
Requires: git, node, hexo, firebase
- Clone the repo with git modules
git clone --recurse-submodules https://github.com/developomp/developomp-site.git
- to update:
git submodule foreach git pull origin master
- Install dependencies
cd developomp-site/hexo
yarn
ornpm i
- Generate files
hexo generate
- (optional, requires firebase setup) deploy it to firebase
firebase deploy
License
This project is licensed under the MIT License.
Check the LICENSE file for more information.