Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pop-os/website
The Pop!_OS website
https://github.com/pop-os/website
nuxt pop-os vue
Last synced: 6 days ago
JSON representation
The Pop!_OS website
- Host: GitHub
- URL: https://github.com/pop-os/website
- Owner: pop-os
- License: gpl-3.0
- Created: 2020-04-13T17:16:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:00:55.000Z (12 days ago)
- Last Synced: 2024-11-06T19:17:57.346Z (11 days ago)
- Topics: nuxt, pop-os, vue
- Language: Vue
- Homepage: https://pop.system76.com
- Size: 169 MB
- Stars: 31
- Watchers: 20
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
@pop-os/website
The Pop!_OS website
---
This repository is the [Nuxt.JS](https://nuxtjs.org/) single page website for
Pop!_OS. It is viewable at https://pop.system76.com.## Developing
You will need a modern (10.x >) nodejs version installed. Then simply clone the
repository and run the following commands:```
# Install all the dependencies
npm ci
# Run the server
npm start
```### Deploying
When changes get pushed into master, GitHub actions will start a deploy. No
extra work is needed as a developer.## Pop!_Docs
Pop!_OS documentation can be viewed at https://support.system76.com/
### Editing
Documentation can be viewed and edited on GitHub from the `/docs` directory.