osunyorg / idn-website

https://degrowth.net
MIT License
2 stars 1 forks source link

feat: development container with Codespaces compatibility #9

Open almereyda opened 4 days ago

almereyda commented 4 days ago

It can be used with



To test this during review before the merge, do this:

  1. Navigate to https://github.com/codespaces/new
  2. Choose the repository degrowth/idn-website and click Create codespace
  3. Run the yarn codespaces command, as instructed by the Readme

Alternatively you can open a/the codespace from within the repository:

  1. Navigate to https://github.com/degrowth/idn-website
  2. Click the green <> Code button
  3. Switch to the Codespaces tab
  4. Click the button with the ➕ icon.
    A new tab with Visual Studio Code opens. Wait for everything to complete.
  5. Open a new terminal by clicking on the ➕ button in the lower right
  6. Run the yarn codespaces command, as instructed by the Readme

closes #8