Welcome to your new Waveorb application!
This template includes a fully working web app with pages, navigation, bundled assets, and more. Remove the things you don't need.
The documentation for Waveorb is found here.
# Install waveorb
npm i -g waveorb
# Create an app, here called 'hello'
waveorb create hello
# Go to your new app
cd hello
# Install nodemon
npm i -g nodemon
# Start the development server
npm run dev
Please report issues here.
Created by Eldøy Projects.
Enjoy!