Skip to content

hilmar1/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 deployed automatically by Travis CI on pushes to master.

About

cyb.no

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.4%
  • JavaScript 13.2%
  • CSS 11.3%
  • Shell 2.1%