Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanato12/nanato12.github.io
nanato12 Cydia Repository
https://github.com/nanato12/nanato12.github.io
cydia-repo github-page jailbreak-repo
Last synced: 16 days ago
JSON representation
nanato12 Cydia Repository
- Host: GitHub
- URL: https://github.com/nanato12/nanato12.github.io
- Owner: nanato12
- Created: 2019-07-02T04:16:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T15:42:44.000Z (over 3 years ago)
- Last Synced: 2024-04-21T17:22:51.556Z (8 months ago)
- Topics: cydia-repo, github-page, jailbreak-repo
- Language: Vue
- Homepage: https://nanato12.github.io
- Size: 4.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Github Page
My Portfolio
https://nanato12.github.io/## docker
```sh
$ docker build . -t portfolio-image
$ docker run --name portfolio -itd -p 8081:8080 --workdir /src -v $PWD:/src portfolio-image
$ docker exec -it portfolio /bin/sh
```## deb packaging
```sh
$ cd docs/
$ apt-ftparchive packages ./debs > Packages
$ bzip2 -kf Packages
$ gzip -c Packages > Packages.gz
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).