Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.14 KB

This project is free

That's why i rely on donations to keep it going. If css2wind has helped you in any way, support me and buy me a coffee!


Accessing locally

You need to have these installed:

If you don't have one, it is recommended that you also download an IDE:

Then, you can:

Now, access the directory to which you just cloned the repository:

cd css2wind

Finally, you should install dependencies:

npm install

And build the website:

npm run dev

Now, this url should be running css2wind locally!

http://localhost:3000/


Contributions

Issues and pull requests are appreciated!