Git Product home page Git Product logo

echox's Introduction

Echo Extra

Running Recipes

  • Go into any cookbook folder and run go run server.go

Running/Developing Website Locally

  • Ensure that you have Node.js installed on your computer. If you don't have it, download and install it from the official Node.js website (https://nodejs.org).
  • Inside the "website" folder, install the required dependencies by running the following command npm install.
  • Run the website locally by running the following command npm start.

Running/Developing Website in docker

This will serve website on http://localhost:3000/

docker run --rm -it --name echo-docs -v ${PWD}/website:/home/app -w /home/app -p 3000:3000 -u node node:lts /bin/bash -c "npm install && npm start -- --host=0.0.0.0"

echox's People

Contributors

vishr avatar aldas avatar lammel avatar dependabot[bot] avatar bruc3mackenzi3 avatar mohammadhz98 avatar acidvertigo avatar serdar-irmak avatar nipeharefa avatar tomruk avatar aaron0x avatar zjx20 avatar tk103331 avatar n1kolas avatar mtgto avatar shihanng avatar rfguri avatar planutim avatar 4lisalehi avatar qalifah avatar rafaeljusto avatar konfortes avatar royragsdale avatar jrschumacher avatar safaci2000 avatar scott8440 avatar tmshn avatar captaincodeman avatar suisant1 avatar thomasklein94 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.