Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does appfairy work on Windows? #19

Open
rkalghatgi opened this issue Apr 13, 2021 · 3 comments
Open

Does appfairy work on Windows? #19

rkalghatgi opened this issue Apr 13, 2021 · 3 comments

Comments

@rkalghatgi
Copy link

Does appfairy work on Windows?

@EgorZakharov97
Copy link

EgorZakharov97 commented Sep 28, 2021

For me, no. Try to install Linux subsystem for Windows (WSL) and develop there. Keep in mind that Linux and Windows have different filesystems, so do not try to save the project anywhere in your Windows filesystem, it will make the project extremely slow.

  • Install WSL and run
  • cd ~/
  • mkdir [project name]
  • code [project name]

And the folder will open in VSCode (if you have this installed)

You may need to install the 'code' command separately (Google, I don't remember how)

@HotelGuthrie
Copy link

Make sure to change the file paths line #62, #63, and #64 from:

@import url(C:\css\normalize.css);
@import url(C:\css\webflow.css);
@import url(C:\css\autodopt.webflow.css);

to:

@import url(/css/normalize.css);
@import url(/css/webflow.css);
@import url(/css/autodopt.webflow.css);

If you don't do this, you'll get an error that says "Not allowed to load local resources"

@darrell-gamble
Copy link

Hi, HotelGuthrie, I am new to appfairy and fairly new to webflow. Is there a comprehensive article or tutorial on getting it to work in windows? Thanks for your participation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants