Skip to content

Commit

Permalink
added some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytrinh3 committed May 6, 2024
1 parent a6ffeae commit 3c4855c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tasks:
- name: Start Workshop
init:
init: |
touch .env
echo \NEXT_PUBLIC_LD_CLIENT_SDK_KEY='"<enter your client side key>"'\ >> .env
echo \LD_SDK_KEY='"<enter your server side key>"'\ >> .env
echo \NEXT_PUBLIC_LD_CLIENT_SDK_KEY='"<enter your client side key>"'\ >> .env
echo \LD_SDK_KEY='"<enter your server side key>"'\ >> .env
npm install
command: npm run dev

Expand Down

0 comments on commit 3c4855c

Please sign in to comment.