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, Contentlayer, Turso, Drizzle ORM, and Vercel.
https://github.com/akhila-ariyachandra/akhilaariyachandra.com

blog contentlayer 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, Contentlayer, Turso, Drizzle ORM, and Vercel.

Lists

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/), [Contentlayer](https://www.contentlayer.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
bun run dev
```

### Running in production mode

```shell
bun run build
bun run start
```

### Formatting the code

```shell
bun run prettier:format
```