/wedeploy.com

🏡 Home to all wedeploy.com static pages like landing page, docs, and blog

Primary LanguageHTML

WeDeploy.com WeDeploy logo

Build Status Slack Group

This repository hosts the landing and suplementary pages of WeDeploy.com.

WeDeploy is a development platform that helps you deploy your simple to complex apps quickly. It also gives you access to intuitive APIs for backend microservices that can enable you to create modern apps faster.


Development

To work on the landing page itself;

  1. From the node/magnet directory, install the local dependencies:

    npm install
  2. Compile the page and its styles:

    npm run build && npm run build:css
  3. Start the local server and watch for file changes (run these in separate tabs):

    npm run dev
    npm build:css:watch

The local server will be available at http://0.0.0.0:3001.


To work on suplementary pages, including the blog and docs;

  1. From the node/electric directory, install the local dependencies:

    npm install
  2. Compile the pages:

    npm run build
  3. Start the local server and watch for file changes:

    npm run dev

The local server will be available at http://localhost:8888.