gnoverse / gnochess

User-friendly chess dApp in Gno ecosystem
https://gnochess.com
GNU General Public License v3.0
16 stars 10 forks source link

No-docker usage #206

Closed thehowl closed 8 months ago

thehowl commented 10 months ago

Currently, with #204, the new "split" edition of the repository structure may only really be used & tested within the docker component, as the monorepo's gno tool does not correctly use replace directives when determining where to gather its imports.

Once that is added to the monorepo, we can update instructions accordingly and suggest a proper development workflow which doesn't need anything other than the gno tool, and possibly soon the gnodev tool.

thehowl commented 8 months ago

This actually works with gnodev, and we can avoid docker at all. #204 has been updated.