Skip to content

findy-network/agency-workshop-codespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agency-workshop-codespace

GitHub codespace for the Findy Agency Workshop. The workshop instructions work best with Mac or Linux computers. If you have Windows, or trouble setting up the environment locally, you can use this codespace to do the workshop tasks.

  1. Navigate with browser to https://github.com/codespaces

  2. Choose "New codespace" from upper right corner. "Create a new codespace" view is opened.

  3. Choose Repository "findy-network/agency-workshop-codespace". Other settings can be left as they are.

  4. Click "Create codespace" button. Codespace is created and opened in browser.

  5. Wait until the codespace is ready and Terminal window becomes active in /workshop. It takes a while, because it needs to download and install all the tools.

  6. Now you have an instance of VS Code running in the cloud that you can access through the browser. The environment contains already the cloned workshop codes in path /workshop. Ensure you have the latest codes. Type to terminal:

    cd /workshop
    git pull
  7. [CLI track] Follow the instructions for the CLI track.

  8. [Code track] You should cd to your target track app directory. E.g. for TypeScript track:

    cd /workshop/track2.1-ts/app
  9. [Code track] Follow the instructions for the code tracks from following steps onwards:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published