https://github.com/digitalillusion/deverse.xyz
My portfolio site
https://github.com/digitalillusion/deverse.xyz
Last synced: 5 months ago
JSON representation
My portfolio site
- Host: GitHub
- URL: https://github.com/digitalillusion/deverse.xyz
- Owner: digitalillusion
- License: 0bsd
- Created: 2020-08-09T18:42:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:42:47.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T18:06:55.465Z (almost 2 years ago)
- Language: JavaScript
- Size: 15.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My portfolio website
See it online: [deverse.xyz](https://deverse.xyz)
## Building
Requires installed Node.js and Yarn package manager
yarn install
## Run develop
yarn start
The website will be online at http://localhost:8000
## Run prod
Serve on all network interfaces
yarn serve -H 0.0.0.0
## Build static website
yarn clean
yarn build
Then, deploy the content of the `public` folder to a web server.