Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifintahu/arifintahu.github.io
Portofolio Web
https://github.com/arifintahu/arifintahu.github.io
Last synced: 7 days ago
JSON representation
Portofolio Web
- Host: GitHub
- URL: https://github.com/arifintahu/arifintahu.github.io
- Owner: arifintahu
- Created: 2019-12-15T02:13:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:10:50.000Z (3 months ago)
- Last Synced: 2024-07-27T10:26:59.767Z (3 months ago)
- Language: Vue
- Homepage: https://dev.arifintahu.com
- Size: 4.8 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portofolio
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Deploy
- git subtree push --prefix dist origin gh-pages
- git push origin `git subtree split --prefix dist main`:gh-pages --force