GCPhone-Rewritten is a fork of the now unmaintained GCPhone V3 by ElBishop. This project's main objective is to deliver the best, most updated, and refined experience GCPhone can offers.
We (or I at the moment) updated the whole project dependencies to ensure performance, security, and bug fixes. on top of that, we activate Eslint to ensure our code is in the best shape for production use (code standards-wise)
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Yarn
npm install yarn -g
Download the latest release of this resource HERE
- Clone the repo
git clone https://github.com/DmACKGL/GCPhone-Rewritten
- Install Yarn packages
cd src_htmlPhone yarn install
- Build the project
- For production
yarn run build
- For development
yarn run dev
- For production
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GLP-3.0 License. See LICENSE
for more information.
Franco Sanllehi - GLDmACK#1313 - [email protected]
Project Link: GCPhone-Rewritten