Skip to content

Files

Latest commit

142ea34 · Apr 1, 2023

History

History
31 lines (21 loc) · 464 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 464 Bytes

cyb.no

Quick start

# install dependencies
yarn

# build
yarn run build

# serve static files
(cd public && python3 -m http.server 3000)

Development

# install dependencies
yarn

# run development server
yarn run dev

Access http://localhost:3000/ for the development version. Changes to JavaScript and CSS-files should be updated live.

Deployment

The site is hosted via Netlify and automatically built/released from master.