Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpsq/arewewaylandyet
Sources for https://arewewaylandyet.com
https://github.com/mpsq/arewewaylandyet
gnome hugo kde sway typescript wayland wayland-compositor wayland-protocol
Last synced: 3 months ago
JSON representation
Sources for https://arewewaylandyet.com
- Host: GitHub
- URL: https://github.com/mpsq/arewewaylandyet
- Owner: mpsq
- License: mit
- Created: 2020-11-01T18:55:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T17:02:40.000Z (7 months ago)
- Last Synced: 2024-04-10T09:55:09.312Z (7 months ago)
- Topics: gnome, hugo, kde, sway, typescript, wayland, wayland-compositor, wayland-protocol
- Language: HTML
- Homepage: https://arewewaylandyet.com
- Size: 182 KB
- Stars: 257
- Watchers: 19
- Forks: 51
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-starred - mpsq/arewewaylandyet - Sources for https://arewewaylandyet.com (typescript)
README
# [Are we Wayland yet?](https://arewewaylandyet.com)
I think so... This is an opinionated answer, if you disagree or if you think
something is missing, I would love to hear about it, please open an issue or a
pull request.# Discussion
I posted this website on the
[Arch Linux subreddit](https://www.reddit.com/r/archlinux/). The post has many
interesting comments and valuable links, it is worth
[having a look](https://www.reddit.com/r/archlinux/comments/jm8743/are_we_wayland_yet/).# How to build
## Prerequisites
- [Hugo](https://github.com/gohugoio/hugo) 0.78+
- [NodeJS](https://nodejs.org) 12 with `npm` or `yarn`## Steps
1. Get the code
```bash
git clone [email protected]:mpsq/arewewaylandyet.git
cd arewewaylandyet
```2. Install dependencies
```bash
npm install # yarn will work too
```3. Run the development server
```bash
hugo server -D
```The server should be accessible at http://localhost:1313.