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
- Host: GitHub
- URL: https://github.com/satyawikananda/satyawikananda.tech
- Owner: satyawikananda
- License: mit
- Created: 2020-10-25T06:38:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T13:40:56.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:20:52.430Z (about 1 year ago)
- Topics: landing-page, portfolio, supabase, vercel, vite, vue, windicss
- Language: TypeScript
- Homepage: https://satyawikananda.vercel.app
- Size: 644 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```