https://github.com/ryosukedtomita/myactivity
My Profile Pages created by AI
https://github.com/ryosukedtomita/myactivity
github-pages nextjs selfintroduction vibe-coding
Last synced: 2 months ago
JSON representation
My Profile Pages created by AI
- Host: GitHub
- URL: https://github.com/ryosukedtomita/myactivity
- Owner: RyosukeDTomita
- License: mit
- Created: 2025-06-23T12:51:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T04:02:35.000Z (2 months ago)
- Last Synced: 2025-07-28T06:14:46.906Z (2 months ago)
- Topics: github-pages, nextjs, selfintroduction, vibe-coding
- Language: TypeScript
- Homepage: https://ryosukedtomita.github.io/MyActivity/
- Size: 1.32 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Activity Web site with GitHub Pages

## INDEX
- [ABOUT](#about)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)---
## ABOUT
A personal profile site originally created with Vibe Coding, now refined and improved.
https://ryosukedtomita.github.io/MyActivity/
---
## ENVIRONMENT
- [Next.js](https://nextjs.org/)
- TypeScript
- Tailwind CSS
- Framer Motion
- Lucide React---
## PREPARING
### Local environment
```shell
cd MyActivity
npm install
``````shell
npm run dev
```go to http://localhost:3000/MyActivity/
### GitHub settings
1. GitHub Pages --> Build and deployment --> SourceをGitHub Actionsに

2. Actions --> Workflow permissions --> Read and write permissions
### Deploy to GitHub Pages via GitHub Actions
1. push to main branch
2. go to https://ryosukedtomita.github.io/MyActivity/---
## HOW TO USE
Edit `MyActivity/src/app/page.tsx`