Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

A new Scrollable 3D Animation Portfolio website (3D-graphics and animations with ThreeJS!)

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**