8000 GitHub - Sovy0/waline_Y: 💬 A Simple, Safe Comment System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sovy0/waline_Y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waline Example

This directory is a brief example of a Waline app that can be deployed with Vercel and zero configuration.

Deploy Your Own

Deploy your own Waline project with Vercel.

Deploy with Vercel

How We Created This Example

//index.js
const Waline = require('@waline/vercel');
module.exports = Waline();

//vercel.json
{
  "builds": [
    {
      "src": "index.js",
      "use": "@vercel/node"
    }
  ],
  "routes": [
    {
      "src": "/(.*)",
      "dest": "index.js"
    }
  ]
}

Deploying From Your Terminal

You can deploy your new Waline project with a single command from your terminal using Vercel CLI:

vercel

About

💬 A Simple, Safe Comment System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • TypeScript 22.8%
  • CSS 10.0%
  • Vue 8.4%
  • SCSS 7.3%
  • HTML 2.0%
  • Other 0.6%
0