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

https://github.com/satyawikananda/satyawikananda.tech

My portfolio website, come check it if you want to know me more. Made using Vue.js 3 and TypeScript. Hosted on Vercel
https://github.com/satyawikananda/satyawikananda.tech

landing-page portfolio supabase vercel vite vue windicss

Last synced: 22 days ago
JSON representation

My portfolio website, come check it if you want to know me more. Made using Vue.js 3 and TypeScript. Hosted on Vercel

Awesome Lists containing this project

README

        

# Satya Wikananda's portfolio site

My portfolio website built with Vue.js 3, Vite.js, and TypeScript.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm run build
```

### Run End-to-End Tests with [Cypress](https://www.cypress.io/)

```sh
pnpm run build
pnpm run test:e2e
```