This site was built with the following technologies:
| Category | Technology Name |
|---|---|
| Framework | Next.js |
| Deployment | Vercel |
| Content | MDX + Contentlayer |
| Database | Upstash Redis |
| Components | shadcn/ui |
| Styling | Tailwind |
| Syntax Highlighting | Prism |
| Analytics | Vercel Analytics |
| Graphics | Figma |
To get started using this project, do the following:
- npm / yarn
- redis (either local or self-hosted)
- To fill in later
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- The project itself is also heavily based off the work done by Jktrn / Enscribe repository, which is attributed and licensed under the Apache 2.0 License. To see the license for the original work, see Apache 2.0 License for more information.
- Shaan - @shaancoding
- Project Link: github.com/ShaanCoding/shaankhan.dev
Credit to the following projects for inspiration and guidance:
- makeread.me - For the README template
- Jktrn / Enscribe - For the original project that this is based off of, and for the help given in regards to the creation of this project.