Microsite for sysadminday.digitalocean.com (and sysadmin.love).
Brought to you by your friends at DigitalOcean.
-
Install Node.js following the version defined in
.nvmrc
. -
Install NPM dependencies following the lock file using
npm ci
. -
Start the development server with file watching using
npm run dev
.
-
Install Node.js & NPM dependencies as with the development setup.
-
Build the production version of the app using
npm run build
. -
Serve the built HTML from the
dist
directory.
(You could do this with App Platform 😎).
This project is licensed under the Apache 2.0 license.