https://github.com/do-community/sysadminday
Microsite for sysadminday.digitalocean.com (and sysadmin.love)
https://github.com/do-community/sysadminday
sysadmin sysadmin-day
Last synced: about 1 year ago
JSON representation
Microsite for sysadminday.digitalocean.com (and sysadmin.love)
- Host: GitHub
- URL: https://github.com/do-community/sysadminday
- Owner: do-community
- License: apache-2.0
- Created: 2022-08-02T19:19:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T13:38:02.000Z (about 2 years ago)
- Last Synced: 2025-03-28T00:41:53.728Z (about 1 year ago)
- Topics: sysadmin, sysadmin-day
- Language: JavaScript
- Homepage: https://sysadminday.digitalocean.com
- Size: 380 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SysAdmin Day
Microsite for [sysadminday.digitalocean.com](https://sysadminday.digitalocean.com)
(and [sysadmin.love](https://sysadmin.love)).
Brought to you by your friends at [DigitalOcean](https://www.digitalocean.com).
## Development
1. Install Node.js following the version defined in [`.nvmrc`](.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](https://www.digitalocean.com/products/app-platform) 😎).
## License
This project is licensed under the [Apache 2.0 license](LICENSE).