# Watcha Profile


Inspired by [@bchiang7/octoprofile](https://github.com/bchiang7/octoprofile)
A nicer look at your Watcha Profile!
[https://watcha-profile.songyunseop.com/users/nb4xk0MPaqOAz](https://watcha-profile.songyunseop.com/users/nb4xk0MPaqOAz)

Built with:
- [Next.js](https://nextjs.org/)
- [React Flip Move](https://github.com/joshwcomeau/react-flip-move)
- [Styled Components](https://www.styled-components.com/)
## Getting Started
1. Install dependencies
```bash
yarn
```
2. Fire up the server and watch files
```bash
npm run dev
```
## Deployment
1. Install the serverless.js CLI
```bash
npm install -g serverless
```
2. Deploy!
```bash
serverless
```