• Stars
    star
    272
  • Rank 151,235 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 4 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sources for https://arewewaylandyet.com

Are we Wayland yet?

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. The post has many interesting comments and valuable links, it is worth having a look.

How to build

Prerequisites

Steps

  1. Get the code
git clone [email protected]:mpsq/arewewaylandyet.git
cd arewewaylandyet
  1. Install dependencies
npm install # yarn will work too
  1. Run the development server
hugo server -D

The server should be accessible at http://localhost:1313.