Skip to content

Latest commit

History

History
36 lines (23 loc) 路 646 Bytes

DEPLOY_GITHUB_PAGE.md

File metadata and controls

36 lines (23 loc) 路 646 Bytes

Deploy - GitHub Page

1. Create GitHub repository

create repository 1

create repository 2

2. Clone craeted repository

3. Build

# Install dependencies
npm install

# Build for GitHub pages
npm run build:github

4. Commit and Push

# Staging all changes and commit
git add .
git commit -m "COMMIT MESSAGE"

# Your remote/branch
git push origin master

5. Enjoy!

馃帀 Go to your GitHub pages!