Skip to content

Commit f422b29

Browse files
feat: serve images, make 11 public
2 parents 850cafc + 4d491f8 commit f422b29

35 files changed

+387
-1502
lines changed

.gitpod.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ARG REPO_NAME=solana-curriculum
44
ARG HOMEDIR=/workspace/$REPO_NAME
55

66
WORKDIR ${HOMEDIR}
7-
ENV HOME=${HOMEDIR}
87

98
RUN bash -c 'VERSION="18" \
109
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \

config/projects.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"dashedName": "learn-how-to-build-a-client-side-app-part-2",
113113
"isIntegrated": false,
114114
"description": "In this project, you will learn how to use the Phantom browser extension to connect to your local validator, connect your wallet to your dApp, and sign transactions.",
115-
"isPublic": false,
116-
"currentLesson": 13,
115+
"isPublic": true,
116+
"currentLesson": 1,
117117
"runTestsOnWatch": true,
118118
"numberOfLessons": 35
119119
},
@@ -159,4 +159,4 @@
159159
"currentLesson": 1,
160160
"numberOfLessons": 1
161161
}
162-
]
162+
]

0 commit comments

Comments
 (0)