Skip to content

Commit bd2985f

Browse files
committed
Adding README && .vscode folder
1 parent 247c33f commit bd2985f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.vscode/extensions.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recommendations": [
3+
"esbenp.prettier-vscode",
4+
"dbaeumer.vscode-eslint",
5+
"2gua.rainbow-brackets",
6+
"usernamehw.errorlens",
7+
"yzhang.markdown-all-in-one"
8+
]
9+
}

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# nft-drop-starter-project
1+
# buildspace Solana NFT Drop Project
2+
## Welcome 👋
3+
To get started with this course, clone this repo and follow these commands:
4+
5+
1. Run `npm install` at the root of your directory
6+
2. Run `npm run start` to start the project
7+
3. Start coding!
8+
9+
### What is the .vscode Folder?
10+
If you use VSCode to build your app, we included a list of suggested extensions that will help you build this project! Once you open this project in VSCode, you will see a popup asking if you want to download the recommended extensions :).
11+
12+
### Questions?
13+
Have some questions make sure you head over to your [buildspace Dashboard](https://app.buildspace.so/projects/CO77556be5-25e9-49dd-a799-91a2fc29520e) and link your Discord account so you can get access to helpful channels and your instructor!
14+

0 commit comments

Comments
 (0)