https://github.com/amyangxyz/amyang_dev
AI leaded personal Web page
https://github.com/amyangxyz/amyang_dev
ai chatbot vue webpage
Last synced: 5 months ago
JSON representation
AI leaded personal Web page
- Host: GitHub
- URL: https://github.com/amyangxyz/amyang_dev
- Owner: AmyangXYZ
- Created: 2024-09-10T21:12:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T18:48:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T17:12:16.155Z (over 1 year ago)
- Topics: ai, chatbot, vue, webpage
- Language: Vue
- Homepage: https://amyang.dev
- Size: 593 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amyang's Dev Page
Explore my projects and research with a chatbot. Questions and answers are powered (pre-generated) by Claude 3.5 Sonnet.
https://amyang.dev

## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```