Coder Social home page Coder Social logo

nconrad / p3_web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patric3/p3_web

0.0 3.0 0.0 525.2 MB

License: MIT License

JavaScript 78.70% Shell 0.01% HTML 7.32% CSS 12.02% Makefile 0.01% PHP 0.08% ActionScript 0.05% XSLT 0.10% Batchfile 0.01% Mako 0.01% CoffeeScript 0.07% Less 1.56% SCSS 0.09%

p3_web's Introduction

PATRIC 3 WebApp

Requirements

node (6.x LTS) https://nodejs.org or

// macOS
brew install node@6

// centos
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs

Installation

git clone --recursive  https://github.com/PATRIC3/p3_web.git
cd p3_web
npm install
cp p3-web.conf.sample p3-web.conf  (and edit as necessary)

If you cloned without --recursive flag,

cd p3_web
npm install
git submodule update --init
// Note: git submodule fetches a module in node_modules directory. So npm install first!

Running

npm start

Note: if any configuration changes are made (i.e., changes to ./p3-web.conf), then ./bin/p3-web must be restarted.

Contributing

Please refer this doc for contribution.

p3_web's People

Contributors

hyoo avatar aswarren avatar nconrad avatar chmao1 avatar chris-c-thomas avatar dinabai avatar joshuavsherman avatar dawenx avatar andrewguard avatar zreyn avatar jacobporter avatar mandywil avatar dmachi avatar olsonanl avatar levinas avatar indiagordon avatar brettin avatar

Watchers

James Cloos avatar  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.