https://github.com/ironforge-cloud/soldev-ui
Your Solana Homepage
https://github.com/ironforge-cloud/soldev-ui
Last synced: 11 months ago
JSON representation
Your Solana Homepage
- Host: GitHub
- URL: https://github.com/ironforge-cloud/soldev-ui
- Owner: ironforge-cloud
- Created: 2023-02-18T15:22:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T18:34:19.000Z (about 2 years ago)
- Last Synced: 2024-05-15T15:02:47.729Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://www.soldev.app
- Size: 18.9 MB
- Stars: 26
- Watchers: 4
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SolDev UI
The UI used to display the Solana Course at https://soldev.app
Note the main [Solana Course repo](https://github.com/Unboxed-Software/solana-course) now has a smaller version of this UI included, so this repo isn't necessary for local development or production deployment on other domains.
## :hammer_and_wrench: Installation Steps
1. Install the dependencies:
```bash
npm install
# or
yarn install
```
2. 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.
3. Finally, run the development server:
```bash
npm run dev
# or
yarn dev
```
## 👨💻 Contributing
- Any contributions are **greatly appreciated**.
### Bug / Feature Request
If you find a bug in the website, kindly open an issue [here](https://github.com/ironforge-cloud/soldev-ui/issues/new/choose) 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](https://github.com/ironforge-cloud/soldev-ui/milestone/) to get a better sense of the project's future.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!