Skip to content

Commit 4caa128

Browse files
committed
doc: add instructions about how to deploy
1 parent c129c60 commit 4caa128

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Since this is a study project, I'm writing a manual about how I'm developing it,
4848

4949
5 - Then the service will start at the URL `http://localhost:8080/`
5050

51+
## How to deploy
52+
53+
1 - Deploy on GitHub Pages is a very easy task. Just run it:
54+
55+
```
56+
> cd klo-gba.js/brush
57+
> npm run deploy
58+
```
59+
60+
2 - When it finishs, you can see the new website on `http://macalogs.com.br/klo-gba.js/` (or at the respective URL; you can see which is on repository's Settings tab)
61+
5162
## Architecture of this project
5263

5364
klo-gba.js is a monorepo built with two projects: `🖌 brush` and `✂️ scissors`. Both projects are written using JS, will be compiled by Babel and uses Webpack.

0 commit comments

Comments
 (0)