Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 441 Bytes

opendolphin-website

This is the source of the OpenDolphin Company website at about.opendolphin.social

Getting started

Node.JS from the OS

yarn install
yarn run vite
# Visit http://127.0.0.1:5173 

With Node.JS in Docker

host $ make dev-run
host $ make dev-exec
container $ yarn install
container $ yarn run vite --host
# Visit http://127.0.0.1:3000 on your host