Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anoyix/anoyi
- Owner: AnoyiX
- License: mit
- Created: 2017-03-17T12:28:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T02:26:30.000Z (about 2 months ago)
- Last Synced: 2025-01-23T21:05:38.373Z (about 11 hours ago)
- Topics: nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://anoyi.com
- Size: 1.7 MB
- Stars: 1,099
- Watchers: 119
- Forks: 543
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RepositoryThen 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)