opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
344 stars 184 forks source link

Check over the install details in README and check they work #335

Open Erioldoesdesign opened 3 years ago

Erioldoesdesign commented 3 years ago

People have had a few issues installing the open source design repo to work on the code so it'd be great to get some folks stress testing the installation process and documenting these either in the README file or in a new markdown file possibly called 'Potential Installation problems'

Also open to other suggestions where these installation 'FAQs' could live.

See this issue thread for some installation conversation and problems: https://github.com/opensourcedesign/opensourcedesign.github.io/issues/224

Erioldoesdesign commented 3 years ago

Please do @leonard-vlaicu ! It'd be great to be able to update the readme file and installation details with any extra info and intracacies you find while reviewing the installation process :)

im-adithya commented 2 years ago

Just faced an issue and resolved it! Thought of adding it here:

Screenshot from 2021-08-12 21-59-17

Adding an additional line in line 11 of _config.yml resolves this issue

[10] exclude:
[ +]      - vendor
[12]      - scripts

For further information: Refer to this and this