DEV Community

Discussion on: Hacktoberfest 2020 — Who's looking for contributors?

Collapse
 
micahlt profile image
Micah Lindley

Anyone with experience in stylesheets, we're looking to transition from standard CSS to LESS for our Cordova mobile app as well as add some other functionality; feel free to check out the issues:

GitHub logo Scratch-Client-4 / itchy-cordova

📱 Cordova-based mobile client for Scratch

Itchy

A mobile client (app) for Scratch built with Apache Cordova

Join the chat at https://gitter.im/scratchclient4/ GitHub issues GitHub pull requests GitHub All Releases GitHub release (latest by date)

A screenshot of Itchy

Building

Requirements

First, clone the repository:

git clone https://github.com/scratch-client-4/itchy-cordova

Then go into it and install all dependencies:

cd itchy-cordova
npm install

You should see two version numbers appear. Then run the build script:

npm run-script build

It'll build you the runnable source files (HTML, CSS, and JavaScript) in a directory called www. After that you can build the project into an Android package (APK) file:

cordova platform add android
cordova build android --minSdkVersion=22

The last few lines of the output of that command will tell you where the…

Collapse
 
dawntraoz profile image
Alba Silvente Fuentes

Hi Micah, I could help with it, I have experience migrating from CSS to other preprocessors and refactoring HTML, but first I want to ask you some questions about it :)

There is a place where I can connect with you? I just follow you here, if you can follow me back we can talk by DM 💜 Thanks in advance!

Collapse
 
micahlt profile image
Micah Lindley

Sounds good! Also, GitHub is good.