This is the starter repo for build pr3tti's Intro-to-Solana project! To get started:
- Click the fork button. You've now created your own version of the project.
- Click the clone button and copy the link that appears from the drop down menu.
- In your terminal, cd to your preferred folder (Desktop) and run this command:
git clone <https://github.com/>...
(paste in your own link that you copied in the previous step) - Change directory into the new folder by running the command
cd intro-to-solana-starter
- Install the project dependencies by running the command
npm install
- Start the development server (local host) by running the command
npm start
- Start coding!