The UI used to display the Solana Course at https://soldev.app
Note the main Solana Course repo now has a smaller version of this UI included, so this repo isn't necessary for local development or production deployment on other domains.
- Install the dependencies:
npm install
# or
yarn install
- create a file called
.env.local
to setup the environment.
Since the .env.local
file contains secrets, you will have to ask a colleague - Nick Frostbutter or Mike MacCana both have working copies of this file.
.env.example
has a version of what it should look like.
- Finally, run the development server:
npm run dev
# or
yarn dev
- Any contributions are greatly appreciated.
If you find a bug in the website, kindly open an issue here by including a proper description about the bug and the expected result. Similarly, we would be glad to hear about new features to add in the project, kindly follow same procedure for it too. Additionally, feel free to look at the current milestone to get a better sense of the project's future.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!