Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In your GitHub Pages account navigate to Repositories and click New to open the Create a new repository screen.
     
  2. Provide a name for the new repository and click Create repository. A new repository with the specified name is created.  
  3. Go to this repository and click Create new file.
  4. Set the file name to index.html and copy your HTML content into the text editor.
  5. Add a commit message and click Commit new file. 
     
  6. Go to the repository setting and browse to GitHub Pages. In Source, select the master branch
  7. Now, your GitHub Pages section will display as given.
  8. Click the URL in GitHub Pages to access your web application. In this tutorial, it is https://jumpthanawut.github.io/TwitterSentimentAnalysis/.

...

See Also