You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I followed the steps of the "Local Development" part of README file, I got an error like below:
That's because when I did yarn build-dev, the dist directory was incomplete.
And there was another warning like this:
But when I followed the 'Getting set up' part of 'CONTRIBUTING.md' file, everything was okay.
To Reproduce
Steps to reproduce the behavior:
Clone the project by "git clone".
yarn install
yarn build-dev
yarn start
Expected behavior
So, I recommend to modify the 'Local Development' part of the 'README file' like 'Getting set up' part of 'CONTRIBUTING.md' file,
or rewrite simply like "Please refer to 'CONTRIBUTING.md' file."
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
When I followed the steps of the "Local Development" part of README file, I got an error like below:
That's because when I did
yarn build-dev
, thedist
directory was incomplete.And there was another warning like this:
But when I followed the 'Getting set up' part of 'CONTRIBUTING.md' file, everything was okay.
To Reproduce
Steps to reproduce the behavior:
yarn install
yarn build-dev
yarn start
Expected behavior
So, I recommend to modify the 'Local Development' part of the 'README file' like 'Getting set up' part of 'CONTRIBUTING.md' file,
or rewrite simply like "Please refer to 'CONTRIBUTING.md' file."
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: