Manual Setup
Basic manual setup for experienced developers.
Last updated
Was this helpful?
Basic manual setup for experienced developers.
Last updated
Was this helpful?
This setup is not recommended to everyone, please use the instead. We'll set up the builder on your local machine which is intended for experienced developers. Check the following requirements below to see if your local environment is ready.
Download and install the following programs to set up your local environment.
- version control system.
- Javascript engine.
- package manager.
- code editor.
High-resolution image in JPG/JPEG format. (we don't need PNG/GIF lol).
Create a folder in your local machine and name it.
Get a copy of the builder and make sure to place the builder inside the folder you created. There are two ways to get the builder.
Download the latest version from the official GitHub repository. Extract it inside the folder you created.
Clone it using git, open your favorite command-line interface and type the following command to clone it.
git clone https://github.com/warengonzaga/css-text-portrait-builder.git
Inside the builder directory, simply type the command yarn install
.
Wait for the installation to finish, proceed to the ! 🎉