Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiscaksono/wiscaksono-site
Minimal portfolio site
https://github.com/wiscaksono/wiscaksono-site
mdx nextjs react
Last synced: 3 days ago
JSON representation
Minimal portfolio site
- Host: GitHub
- URL: https://github.com/wiscaksono/wiscaksono-site
- Owner: wiscaksono
- Created: 2021-09-09T17:22:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T09:34:34.000Z (12 days ago)
- Last Synced: 2024-12-15T03:02:15.118Z (10 days ago)
- Topics: mdx, nextjs, react
- Language: TypeScript
- Homepage: https://wiscaksono.com
- Size: 148 MB
- Stars: 374
- Watchers: 3
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wisnu's Homepage
## Preview
![Preview 1](./public/preview-1.png)
![Preview 2](./public/preview-2.png)
![Preview 3](./public/preview-3.png)
![Preview 4](./public/preview-4.png)
![Preview 5](./public/preview-5.png)## Stack
- [NextJS 15](https://nextjs.org) - Next.js is a React framework for building full-stack web applications
- [TailwindCSS](https://tailwindcss.com) - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- [Next Auth](https://next-auth.js.org) - NextAuth.js is a complete open-source authentication solution for Next.js applications.
- [Prisma](https://www.prisma.io) - an open-source ORM that drastically simplifies data modeling, migrations, and data access for SQL databases in Node.js and TypeScript.## Running Locally
This application requires Node.js v18.17+.
```bash
git clone https://github.com/wiscaksono/wiscaksono-site
cd wiscaksono-site
pnpm install
pnpm dev
```Create a .env file similar to .env.example.
## License
1. You are free to use this code as inspiration.
2. Please do not copy it directly.
3. Crediting the author is appreciated.