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

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

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.