Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amyangxyz/amyang_dev

AI leaded personal Web page
https://github.com/amyangxyz/amyang_dev

ai chatbot vue webpage

Last synced: 5 days ago
JSON representation

AI leaded personal Web page

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

![image](./screenshot.png)

## 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
```