enshael / place-atlas

Forked 2022 /r/place atlas that works purely on github-pages

Home Page:https://enshael.github.io/place-atlas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entry count Commit activity Netlify License
Discord Subreddit subscribers Website

The 2022 Place Atlas

The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's 2022 /r/place event. This project was created by Roland Rytz and is licensed under the GNU Affero General Public License v3.0.


You can check out the website by clicking here.

If you don't know GitHub and wanted to submit new entries or request changes to existing ones, please visit /r/placeAtlas2.

How To Contribute

Map Contributions

WE ONLY ACCEPT NEW CONTRIBUTIONS ON REDDIT!

To contribute to the map, we require a certain format for artwork region and labels. This can be generated on the contributing page on the website.

Reddit Submission

  1. Follow the instructions on the contributing page, then click "Post Direct to Reddit".
  2. Flair your post with the "New Entry" tag.
  3. A moderator will accept your contribution shortly.

Map Edits

  1. Create a fork of our repo.
  2. Enter your data into the web/atlas.json file, with the correct format and ID number.
  3. Create a Pull Request against the cleanup branch.

Cleaning Contributions

If you spot a duplicate, please PR against the cleanup branch. To help find duplicates, append ?mode=overlap to the url: https://place-atlas.stefanocoding.me?mode=overlap.


github pages support

Setup

  1. To allow github-pages rendering, create a gh-pages branch then move the web folder to docs.
git checkout -b gh-pages
git mv web docs
// Update ``.github/workflows/github-actions.yml`` to point to `docs` folder
git add .github/workflows/github-actions.yml
git commit -m "Move web to docs"
git push --set-upstream origin gh-pages
  1. Then from Settings > Pages, select the gh-pages branch and the /docs folder. Then click save.

Updating

  1. Go back to master, fetch from upstream, handle conflicts as needed
  2. Go back to gh-pages and rebase master
  3. Push

About

Forked 2022 /r/place atlas that works purely on github-pages

https://enshael.github.io/place-atlas/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 40.2%Language:CSS 35.1%Language:HTML 13.4%Language:Python 10.4%Language:Ruby 0.8%Language:Shell 0.1%