Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.41 KB

downforacross

Downforacross is an online website for sharing crosswords and playing collaboratively with friends in real time.

It is hosted at https://downforacross.com/.

Contributing

If you notice a bug or have a feature request, feel free to open an issue.

Getting Started

  1. Install nvm and yarn

  2. Clone repo and cd to repo root.

    git clone https://github.com/downforacross/downforacross.com.git cd downforacross.com

  3. Use node v12 nvm install nvm use nvm alias default 12 (optional)

  4. Install Dependencies yarn

  5. Run frontend server yarn start

Contributing

Down for a Cross is open to contributions from developers of any level or experience. See the Getting Started section for instructions on setting up.

Join the discord for discussion.

Tips

Developing for mobile web:

Other resources