pws-hub / cubic-studio

Environment and Tools to create, manage and test micro and large web-applications, API, Sockets, Unit tests, etc
GNU General Public License v3.0
0 stars 3 forks source link
api-test coding cubic ide javascript markojs nodejs unit-testing

cubic-studio

Environment and Tools to create micro-web applications for PWS, Multipple and other web platforms.

Demo picture

Installation & Usage

Open your favorate terminal. Go to the directory where you want to add the project and run respectively the commands below.

git clone https://github.com/pws-hub/cubic-studio

cd /cubic-studio

yarn install

npm install for those who prefere it.

At the project root, look for the file with the name .env.dev. Remove the .dev from the file name and it becomes your .env file and contains the necessary environment variables to run the project.

Then run the command below to start the app

yarn start

Open your browser, enter http://localhost:12120 and there you go.

Full documentation of how to use it is upcoming, for now, enjoy playing with it.

Roadmap

Backend

Frontend

Electron

Generate desktop version installable on Window, macOS, linux.

It's not a fully completed roadmap. More features will be added as implementation goes on and some aspects/sections will be much more ellaborated if the requirements or the needs change. The team will also share updates in case any major features overtaken by contributors must face some sort of change.

Feedback & Contribution

Feedbacks are all welcome. Kindly report any encounted Issues here and we'll be glad to work on it right away. Thank you. for those who would like to contribute, do not esitate. Create a fork of the project, send a PR and we'll get along from there. Guidelines and code of conduct for CONTRIBUTORS will be publish soon.

License

This software is free to use under the GNU license. See the LICENSE file for license text and copyright information.