Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anoyix/anoyi

Anoyi's website
https://github.com/anoyix/anoyi

nextjs shadcn-ui tailwindcss

Last synced: about 11 hours ago
JSON representation

Anoyi's website

Awesome Lists containing this project

README

        



Anoyi's Personal Website 🐬


Lightweight full stack web application development































## 🚀 Quick Start

First, clone the repo:

```
git clone https://github.com/AnoyiX/anoyi.git
```

### ▼ Local Development

```shell
# install packages
bun install

# run
bun run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### ▼ Configuration

You can use the following environment variables to modify the application's configuration:

Name|Default|Description
--|--|--
MONGO_URI|`null`|MongoDB connection string
NEXT_PUBLIC_GA_MEASUREMENT_ID|`null`|Google Analytics Measurement ID
NEXT_PUBLIC_ENABLE_REACT_SCAN|`false`|Enable to use [react-scan](https://react-scan.com/)

### ▼ Deployment

#### Docker

- Build: `docker build -t nextjs-anoyi .`
- Run: `docker run -d -p 3000:3000 nextjs-anoyi`

#### Vercel

- New Project
- Add Your Github Account
- Import Your Git Repository

Then vercel will deploy your application automatically when you push your code.

#### Others

To learn more, see [Next.js Deployment](https://nextjs.org/docs/deployment).

## 🧿 Activity

![](https://repobeats.axiom.co/api/embed/a35b540b024b7b7aeac7ef2e9ec4340aab76cff3.svg)