ipeychev / wedeploy.com

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

Home Page:http://wedeploy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeDeploy.com WeDeploy logo

Build Status Slack Group

This repository hosts the landing and supplementary 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 supplementary 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.


To work on both them together:

  1. Install Docker.

  2. Build image locally:

    docker build -t wedeploy/wedeploy.com node
  3. Run image locally:

    docker run -p 3001:3001 wedeploy/wedeploy.com

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

About

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

http://wedeploy.com


Languages

Language:HTML 36.6%Language:CSS 35.3%Language:JavaScript 26.4%Language:Shell 0.9%Language:Dockerfile 0.8%