Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipu-bd/studio19-portfolio
A portfolio website for Studio19
https://github.com/dipu-bd/studio19-portfolio
netlify portfolio spa vue vuetify
Last synced: 13 days ago
JSON representation
A portfolio website for Studio19
- Host: GitHub
- URL: https://github.com/dipu-bd/studio19-portfolio
- Owner: dipu-bd
- Created: 2020-08-23T17:41:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T08:29:47.000Z (over 3 years ago)
- Last Synced: 2024-10-16T10:33:48.130Z (2 months ago)
- Topics: netlify, portfolio, spa, vue, vuetify
- Language: Vue
- Homepage: https://studio19.xyz
- Size: 50.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# studio19-portfolio
> You need to do this first
- Right click on Windows Start menu and open "Windows PowerShell"
- Now run these commands sequentially:```sh
> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')> scoop install git nodejs-lts make
> npm i -g yarn> git clone https://github.com/dipu-bd/studio19-portfolio
> cd studio19-portfolio
> yarn
```Running locally:
```sh
> yarn serve
```Deploying to server:
```sh
> make server-deploy
```