Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```