tohashi / ug_test

Test application for UserGuiding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, insert your userguiding container code to pages/_app.js.

// pages/_app.js
const createUserGuidingScript = () => `
  (function(g,u,i,d,e,s){g[e]=g[e]||[];var f=...
`;

Starting development server.

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Test application for UserGuiding


Languages

Language:JavaScript 57.4%Language:CSS 42.6%