Skip to content

ghkobbs/Epay-Docs

 
 

Repository files navigation

Epay Documentation Website

Basic Setup

  1. Install npm dependencies:

    $ npm install

  2. Install composer dependencies:

    $ composer install

  3. Build the site:

    $ npm run dev

  4. To preview at http://localhost:3000:

    $ php -S localhost:3000 -t build_local

Pro Tip: You can watch for asset changes and recompile automatically by running:

$ npm run watch

About

Epay documentation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.9%
  • CSS 9.0%
  • JavaScript 8.2%
  • Other 1.9%