https://github.com/updatecli/website
Updatecli website
https://github.com/updatecli/website
hacktoberfest
Last synced: 7 months ago
JSON representation
Updatecli website
- Host: GitHub
- URL: https://github.com/updatecli/website
- Owner: updatecli
- License: mit
- Created: 2021-01-13T16:35:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T07:47:23.000Z (7 months ago)
- Last Synced: 2025-08-11T09:29:44.048Z (7 months ago)
- Topics: hacktoberfest
- Language: SCSS
- Homepage: https://www.updatecli.io/
- Size: 11.5 MB
- Stars: 5
- Watchers: 4
- Forks: 25
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# README
[](https://app.netlify.com/sites/amazing-golick-2d0138/deploys)
## Requirements
Install all dependencies:
- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended (needed for SCSS processing support)
- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run commands)
- [Asciidoctor](https://asciidoctor.org/) >= 2.0.16 (needed to render the .adoc files with Hugo)
## Get started
Have your local site in two steps:
### Install npm packages
```bash
npm install
```
### Start local development server
```bash
npm run start
```
### 3. Open the start page of the website
Point your browser to `http://localhost:1313`
### 4. Stopping the local development server
Execute `` from the session where `npm run start` is running.
## Other commands
Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for common tasks.
## Contributing
### Asciinema shortcode
To add a asciinema video, you can use the shortcode `{{}}`
## Documentation
- [Netlify](https://docs.netlify.com/)
- [Hugo](https://gohugo.io/documentation/)
- [Doks](https://getdoks.org/)