Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 282 Bytes

Welcome to Basilisk-web

This repository serves the Basilisk website at https://bsx.fi

Local development

# Install using your fav package manager
$ yarn install

# Serve
$ npx meblog serve

Your build should be served under http://localhost:3000/

Happy development!