https://github.com/exslym/portfolio-new-3d
A new Scrollable 3D Animation Portfolio website (3D-graphics and animations with ThreeJS!)
https://github.com/exslym/portfolio-new-3d
autoprefixer gh-pages javascript postcss scss terser threejs vite-aliases vite-plugin-legacy vitejs
Last synced: 3 months ago
JSON representation
A new Scrollable 3D Animation Portfolio website (3D-graphics and animations with ThreeJS!)
- Host: GitHub
- URL: https://github.com/exslym/portfolio-new-3d
- Owner: exslym
- Created: 2023-03-22T13:53:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T15:11:25.000Z (about 3 years ago)
- Last Synced: 2025-01-13T18:37:27.321Z (over 1 year ago)
- Topics: autoprefixer, gh-pages, javascript, postcss, scss, terser, threejs, vite-aliases, vite-plugin-legacy, vitejs
- Language: JavaScript
- Homepage: https://exslym.github.io/portfolio-new-3D/
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Portfolio-3D-new](https://github.com/exslym/portfolio-new-3D)
### A new Scrollable 3D Animation Portfolio website (3D-graphics and animations with ThreeJS!)
---
### Installation
```
npm install
```
### Start Dev Server
```
npm start
```
### Build Production Version
```
npm run build
```
### Preview Build Production Version
```
npm run serve
```
### Deployment on GitHub Pages (Optional)
```
npm run deploy
```
This adds gh-pages branch to your project github repository, deploys built project there, hosts the site via GitHub Pages.
---
### Features:
- `Legacy Browsers` support via **@vite/plugin-legacy** with built-in **babel**
- `SCSS` support via **sass**
- `Autoprefix` support via **postcss**