iki / ganatuespacio

LLM generated website for a documentary movie Gana tu espacio | Take your space - Mexican graffiti and urban art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM generated website for a documentary movie

Gana tu espacio | Grafiti & Arte urbano mexicano

Getting started

Requirements: Git, Node.js, Codeium for VSCode (or your preferred editor)

Opening local version

  1. Fork this repository

  2. Clone the forked repository to your machine

    git clone https://github.com/YOUR-GITHUB-ID/ganatuespacio
  3. Run any local development http server like VS Code Live Server or Node live-server:

    npx live-server

Editing

  1. Edit index.html
  2. Check the result in your browser
  3. If any changes are needed, repeat from step 1
  4. Update localized versions

Editing via LLM

  1. Edit the prompt and paste it to Codeium sidebar in your editor
  2. Replace index.html content with the generated output
  3. Check the result in your browser
  4. If any changes are needed, update the prompt in Codeium sidebar and repeat from step 2
  5. Update the prompt to match the last Codeium prompt from step 4
  6. Update localized versions

Submitting changes

  1. Make sure that the site works locally as expected

  2. Make sure that all content files are updated:

    • prompt.md - updated LLM prompt (if used)
    • index.html - generated webpage (en)
    • es/index.html - generated webpage (es)
    • cs/index.html - generated webpage (cs)
  3. Create a branch named feat/NAME, where NAME is a short descriptive name using lowercase and dashes like add-awards

    git checkout -b feat/NAME
  4. Commit the changes with description feat: DESCRIPTION, where DESCRIPTION is a short one-line description in imperative mode like Add awards

    git add prompt.md index.html es/index.html cs/index.html
    git commit -m "feat: DESCRIPTION"
  5. Push the branch to your forked repository

    git push origin feat/NAME
  6. Create a Pull Request to the main repository

    Open https://github.com/YOUR-GITHUB-ID/ganatuespacio/compare/feat%2fNAME...iki:ganatuespacio:main

Watch the trailer

Watch the trailer

Take your space | Mexican graffiti and urban art

About

LLM generated website for a documentary movie Gana tu espacio | Take your space - Mexican graffiti and urban art

License:MIT License


Languages

Language:HTML 100.0%