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!
You need to have these installed:
If you don't have one, it is recommended that you also download an IDE:
Then, you can:
- clone this repo if you just want to look around
- fork this repo if you want to contribue code and open pull requests
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!
Issues and pull requests are appreciated!