Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/folio-2023
My portfolio-2023
https://github.com/sahilk-027/folio-2023
glsl-shaders portfolio-website three-js webgl
Last synced: 3 days ago
JSON representation
My portfolio-2023
- Host: GitHub
- URL: https://github.com/sahilk-027/folio-2023
- Owner: SahilK-027
- Created: 2023-06-04T13:43:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:05:15.000Z (5 months ago)
- Last Synced: 2025-01-01T09:34:53.094Z (7 days ago)
- Topics: glsl-shaders, portfolio-website, three-js, webgl
- Language: HTML
- Homepage: https://sk027-folio-2023.vercel.app/
- Size: 36.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SK027 Folio-2023
## Live
[Visit](https://sk027.vercel.app)## Setup
Download [Node.js](https://nodejs.org/en/download/).Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install# Run the local server
npm run dev# Run the local server host
npm run host# Build for production in the dist/ directory
npm run build
```