AnoyiX / anoyi

Anoyi's website

Home Page:https://anoyi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# install packages
bun install

# run
bun run dev

Open 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
MONGODB_API null MongoDB Atlas API
MONGODB_API_KEY null MongoDB Atlas API Key
MONGODB_DATASOURCE null MongoDB Atlas DataSource
NEXT_PUBLIC_GA_MEASUREMENT_ID null Google Analytics Measurement ID

Custom user data saved in ./data, you can change them to yourself.

▼ 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.

🧿 Activity

About

Anoyi's website

https://anoyi.com

License:MIT License


Languages

Language:TypeScript 97.7%Language:CSS 1.4%Language:Dockerfile 0.7%Language:JavaScript 0.2%