Git Product home page Git Product logo

wedeploy.com's Introduction

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.

wedeploy.com's People

Contributors

balcsida avatar drewbrokke avatar eduardolundgren avatar henvic avatar ipeychev avatar ithildir avatar jaredgorski avatar jbalsas avatar jmnavarro avatar jonathantneal avatar marcellustavares avatar matepaiva avatar mdelapenya avatar nolanchan avatar pborreli avatar pragmaticivan avatar sgosantos avatar victorg1991 avatar victorlaerte avatar ygorcosta avatar zenorocha avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.