Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yxshv/yashverma.me
My portfolio website, made with sveltekit + tailwind
https://github.com/yxshv/yashverma.me
personal-website svelte tailwindcss
Last synced: 15 days ago
JSON representation
My portfolio website, made with sveltekit + tailwind
- Host: GitHub
- URL: https://github.com/yxshv/yashverma.me
- Owner: yxshv
- Created: 2023-03-28T09:12:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T17:12:04.000Z (7 months ago)
- Last Synced: 2024-04-14T07:58:45.662Z (7 months ago)
- Topics: personal-website, svelte, tailwindcss
- Language: Svelte
- Homepage: https://yashverma.me
- Size: 4.64 MB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yashverma.me
Inspired by - https://www.pixelwrld.co/roman/home
## Stack
- Sveltekit
- TailwindCSS## Running locally
This application requires `node.js` to run.
```
git clone https://github.com/yxshv/yashverma.me
cd yashverma.me
npm install
```Create an `.env` file
```
PUBLIC_DISCORD_ID="your discord user id"
PUBLIC_TWITTER_USERNAME="your twitter username"
PUBLIC_GITHUB_USERNAME="your github username"
PUBLIC_EMAIL="[email protected]"
```To run the app in development mode -
```
npm run dev
```