To learn more about this project read the "About" page.
Install the project dependencies with npm install
.
Use the following to run a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Build the website for production with the following:
npm run build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.
You may need to install an adapter for your target environment before deploying.
This work is licensed under a Creative Commons Attribution 4.0 International License.