Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhila-ariyachandra/akhilaariyachandra.com
✨ My portfolio built with Next.js, Tailwind, Content Collections, Turso, Drizzle ORM, and Vercel.
https://github.com/akhila-ariyachandra/akhilaariyachandra.com
blog content-collections drizzle mdx nextjs portfolio react reactjs redis server-components tailwind tailwindcss turso typescript upstash vercel
Last synced: 3 months ago
JSON representation
✨ My portfolio built with Next.js, Tailwind, Content Collections, Turso, Drizzle ORM, and Vercel.
- Host: GitHub
- URL: https://github.com/akhila-ariyachandra/akhilaariyachandra.com
- Owner: akhila-ariyachandra
- License: mit
- Created: 2021-11-03T04:36:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:54:56.000Z (3 months ago)
- Last Synced: 2024-07-31T09:34:06.677Z (3 months ago)
- Topics: blog, content-collections, drizzle, mdx, nextjs, portfolio, react, reactjs, redis, server-components, tailwind, tailwindcss, turso, typescript, upstash, vercel
- Language: MDX
- Homepage: https://akhilaariyachandra.com
- Size: 17.8 MB
- Stars: 34
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [akhilaariyachandra.com](https://akhilaariyachandra.com/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
This site is built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Content Collections](https://www.content-collections.dev/), [Turso](https://turso.tech/), [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm), & [Vercel](https://vercel.com/home).
## Environment Variables
| Name | Description |
| :---------------------------------: | ------------------------------------------------------------------------- |
| `DATABASE_URL` | [Turso](https://turso.tech/) database URL |
| `DATABASE_AUTH_TOKEN` | [Turso](https://turso.tech/) database token |
| `UPSTASH_REDIS_REST_URL` | [Upstash](https://upstash.com/) |
| `UPSTASH_REDIS_REST_TOKEN` | [Upstash](https://upstash.com/) |
| `NEXT_PUBLIC_GOOGLE_MEASUREMENT_ID` | [Google Analytics](https://analytics.google.com/analytics) Measurement ID |## Actions
### Running in development mode
```shell
pnpm dev
```### Running in production mode
```shell
pnpm build
pnpm start
```### Formatting the code
```shell
pnpm prettier:format
```