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 [email protected]:%YOUR_GITHUB_USERNAME%/eLuvLetter.git
cd eLuvLetter
- Customize
./font/content.json
by the eLuvLetter JSON Generator; - Sync the modified local code to your
GitHub
account:
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~💖