Skip to content

Contains the wedeploy.com static pages like homepage, docs, blog, etc.

License

Notifications You must be signed in to change notification settings

marcellustavares/wedeploy.com

 
 

Repository files navigation

Contains the wedeploy.com static pages like homepage, docs, blog, etc.

Setup

  1. Make sure you have node and npm installed:
node -v && npm -v
  1. Install our global dependencies:
[sudo] npm i -g electric-cli
  1. Install our local dependencies:
npm i

Usage

run

  • Runs the build, server, and watch commands for quick development.
electric run

build

  • Builds the site and places file in dist directory.
electric build

server

  • Starts up a local development server.
electric server

watch

  • Watches for changes and triggers build.
electric watch

License

BSD License © Liferay, Inc.

About

Contains the wedeploy.com static pages like homepage, docs, blog, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 57.9%
  • HTML 35.6%
  • JavaScript 6.5%