Co-op Crossword A website for doing crosswords with friends written in Elm, using Elm Land. Try it out Check out the hosted version at coopcrossword.netlify.app. Local development # Install dependencies using bun bun i # Run tests bun run test # Start a local dev server bun run dev