do-community / sysadminday

Microsite for sysadminday.digitalocean.com (and sysadmin.love)

Home Page:https://sysadminday.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SysAdmin Day

Microsite for sysadminday.digitalocean.com (and sysadmin.love).

Brought to you by your friends at DigitalOcean.

Development

  1. Install Node.js following the version defined in .nvmrc.

  2. Install NPM dependencies following the lock file using npm ci.

  3. Start the development server with file watching using npm run dev.

Deployment

  1. Install Node.js & NPM dependencies as with the development setup.

  2. Build the production version of the app using npm run build.

  3. Serve the built HTML from the dist directory.

(You could do this with App Platform 😎).

License

This project is licensed under the Apache 2.0 license.

About

Microsite for sysadminday.digitalocean.com (and sysadmin.love)

https://sysadminday.digitalocean.com

License:Apache License 2.0


Languages

Language:JavaScript 39.1%Language:HTML 32.5%Language:SCSS 28.5%