The heartbeat animation indicates that the BGM is loading, please be patient and wait util the envelope appears.
- Download and install Git;
- Register a GitHub account, set SSH, and fork a copy of this repository to your own account;
- Clone the repository to local:
git clone git@github.com:%YOUR_GITHUB_USERNAME%/eLuvLetter.git
cd eLuvLetter
- Go to the
./eLuvLetter/font/
directory, customizecontent.json
by eLuvLetter JSON Generator:
{
"recipient" : "The recipient centered on front of the envelope",
"sender" : "The sender name on back of the envelope",
"salutation" : "The salutation in letter's upper left corner",
"signature" : "The signature in letter's lower right corner",
"body" : "Body of the letter",
"title" : "Browser tab text",
"bgm" : "BGM base64 code",
}
- Sync the modified local code to your GitHub account:
cd eLuvLetter
git add .
git commit -a
# press i
# input any description
# ESC :wq! Enter
git push
- Enter Netlify official website;
- Use your GitHub account to login by authorization, click
Add new site
-Import an existing project
; - Click
GitHub
, enter the keywordeLuvLetter
in the search box to find the previously forked repo, and select it; - Click
Deploy site
to jump intoSite overview
page automatically, clickSite settings
; - Click
Change site name
underSite information
, modify second-level domain name not conflict to others, and clickSave
; - After the deployment, we can visit
https://%PROJECT_NAME%.netlify.app
to broswe your page (%PROJECT_NAME%
is the second-level domain name customized just now)
Good luck~💖