Giter Club home page Giter Club logo

eluvletter's Introduction

Use eLuvLetter

license

Important links

Name URL
Git https://git-scm.com/downloads
GitHub https://github.com/
eLuvLetter https://github.com/george-chou/eLuvLetter
Vercel https://vercel.com/

Install Git

git-scm.com/downloads

Customize

  1. Register a GitHub account and fork a copy of this repository to your own account

  2. Clone the repository to local:

git clone https://github.com/%Your_GitHub_Account%/eLuvLetter.git
  1. Go to the ./eLuvLetter/font/ directory, open content.json, and customize the configuration as follows:
{
    "to"        : "envelope recipient",
    "from"      : "sign",
    "recipient" : "letter recipient",
    "title"     : "Web page tab title",
    "stamp"     : "Stamp URL",
    "bgm"       : "BGM URL",
    "text"      : "letter content"
}

The symbol ^n in the demo means that the typewriter pauses for n milliseconds,

BGM URL is the default mp3 directory or mp3 direct link in the demo code(Note: It is best not to use the API to get mp3, it may be blocked by cross-domain)

If you use the default directory, you can rename your mp3 to bgm.mp3 and overwrite bgm.mp3 under ./eLuvLetter/bgm to achieve custom modification of BGM

Deploy to Vercel

  1. Sync the modified local code to your GitHub account:
cd eLuvLetter
git add .
git commit -a
# i
# input description
# :wq!
git push
  1. Enter Vercel official website

  2. Log in with your own GitHub account authorization, click + New Project

  3. Type the keyword eLuvLetter in the search box of Import Git Repository to find the repository that was previously forked

  4. Click Import to modify the PROJECT NAME under Configure Project

  5. Make sure that PROJECT NAME does not conflict with others and click Deploy

  6. After the deployment is complete, you can visit https://%PROJECT_NAME%.vercel.app in the WAN to view the webpage. (where %PROJECT_NAME% is the PROJECT NAME just modified under Configure Project)

Good luck!

eluvletter's People

Contributors

monetjoe avatar clearskycpy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.