Skip to content

Commit

Permalink
Merge branch 'datastaxdevs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWelford committed May 24, 2021
2 parents faa13de + d2df4dd commit eae95a3
Show file tree
Hide file tree
Showing 19 changed files with 305 additions and 101 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/homework-assignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Homework Assignment
about: Use this template to submit the homework
title: "[HW] <NAME>"
labels: homework,pending
assignees: HadesArchitect

---

**Name:** <NAME>
**Email:** <email>
**Linkedin Profile:** <LINK>

Attach the homework step I screenshots below:
-----------------------------------------

<SCREENSHOTS>

Attach the homework step II screenshots below:
-----------------------------------------

<SCREENSHOTS>
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
lambda
.env
node_modules
venv
venv
.DS_Store
20 changes: 20 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
tasks:
- name: workshop-astra-tik-tok
init: |
cd /workspace/workshop-astra-tik-tok
nvm install node
npm install -g npm@latest
command: |
cd /workspace/workshop-astra-tik-tok
echo "workshop-astra-tik-tok gitpod ready - LET'S DO THIS!"
npm install
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: true
addLabel: false
359 changes: 259 additions & 100 deletions README.md

Large diffs are not rendered by default.

Binary file removed tutorial/.DS_Store
Binary file not shown.
Binary file added tutorial/images/astra-create-token.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/astra-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tutorial/images/chrome-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/images/deploy-to-netlify.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eae95a3

Please sign in to comment.