Skip to content

Commit

Permalink
Updated the proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakebobs committed Oct 9, 2024
1 parent 5b0b2fb commit f1e3096
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions contributions/executable-tutorial/jakstrom-lavo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Title

Using GitHub Pages to Launch a Prototype of Your Web Service
Using Github Actions in combination with GitHub Pages to launch your Vue web service

## Names and KTH ID

Expand All @@ -19,9 +19,11 @@ Using GitHub Pages to Launch a Prototype of Your Web Service

## Description

In our tutorial we will show how to set up a demo for your web service using the pages function of GitHub to give you a working bootstrap and not having to find a hosting solution. Instead only requiring a GitHub organisation.
In our tutorial we will show how to set up a demo for your Vue web service using the pages function of GitHub combined with how to set up a github Action workflow to deploy it. In this specific example we will be using Vue since we have used it in previous computer science courses at KTH. The tutorial is aimed to give you a working Vue bootstrap that is available for others to test online without having to find a hosting solution.

The technical changes needed compared to a regular Jekyll github pages page, is creating a .yml to build vue, changing the routing of your vue application to use hash routing instead and deploying a correct file structure to a separate branch.

**Relevance**

Being able to rapidly prototype is a very useful tool in the beginning of creating a web service. Not having to spend time on setting up back-end solutions and instead being able to focus on working out features. Using GitHub pages is according to us one of the simplest solutions for doing this and unlike Canva Pro and Adobe XD also available for free.
**Relevance**

Being able to give others access is a very useful tool in the beginning of creating a web service. Not having to spend time on setting up back-end solutions and instead being able to focus on working out features. Using github pages is according to us one of the simplest solutions for doing this and unlike Canva Pro and Adobe XD also available for free.

0 comments on commit f1e3096

Please sign in to comment.