Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bozzhik/portfolio
developer portfolio based on NEXT.js and Sanity CMS
https://github.com/bozzhik/portfolio
axios bozzhik bozzhik-is-mobile framer-motion nextjs nextjs-portfolio portfolio portfolio-website sanity sanitycms tailwindcss zustandjs
Last synced: 12 days ago
JSON representation
developer portfolio based on NEXT.js and Sanity CMS
- Host: GitHub
- URL: https://github.com/bozzhik/portfolio
- Owner: bozzhik
- Created: 2024-04-01T17:44:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:10:58.000Z (4 months ago)
- Last Synced: 2024-10-03T12:29:48.923Z (4 months ago)
- Topics: axios, bozzhik, bozzhik-is-mobile, framer-motion, nextjs, nextjs-portfolio, portfolio, portfolio-website, sanity, sanitycms, tailwindcss, zustandjs
- Language: TypeScript
- Homepage: https://bozzhik.ru
- Size: 17.1 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡️developer portfolio
![sky-cast_screenshot01](https://bozzhik.ru/seo.jpg)
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [Sanity CMS](https://www.sanity.io/)
- **Deployment**: [Vercel](https://vercel.com)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Analytics**: [Yandex Metrika](https://metrika.yandex.ru/promo/product)## Running Locally
This application requires Node.js v18+
```bash
git clone https://github.com/bozzhik/portfolio.git
cd portfolio
pnpm i
pnpm dev
```Create a [Sanity](https://www.sanity.io/) project and edit `sanity.ts` file from [`/src`](https://github.com/bozzhik/portfolio/blob/main/src/lib/sanity.ts) and [`/sanity`](https://github.com/bozzhik/portfolio/blob/main/src/lib/sanity.ts).
### Full CLI command
```bash
git clone https://github.com/bozzhik/portfolio.git && cd portfolio/sanity && echo "[SANITY] Install modules..." && pnpm i && cd .. && echo "[NEXT.js] Install modules..." && pnpm i && code .
```## License
1. You are free to use this code as inspiration.
2. Please do not copy it directly.
3. Crediting the author is appreciated.