Skip to content

peterhpo/cybno

 
 

Repository files navigation

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.

About

cyb.no

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.4%
  • TypeScript 14.4%
  • SCSS 11.2%