Skip to content

coditechOld/promo2018a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promo 2018 - first cohort

Websites and final projects created by Codi 2018

Additional websites not listed in this repo:

Group Projects

Personal Projects

INSTALL

Pull each git submodule

$ npm git:init

run the local included install script:

$ npm install

This will:

  • download every project from git
  • enter each directory
  • run npm install in each directory

note: on Windows 10, you need to install a specific Meteor version. Use meteor update --release 1.6.1.2-rc.0. You will also need node-gyp, which you can setup in one command from an admin shell npm install --global --production windows-build-tools. IT seems that to do that, you need to turn off Windows Defender.

UPDATE/BUILD

Update all submodules

$ npm run git:update

Check all the required dependencies are available

$ npm run requirements

Install whatever is missing, then

install/reinstall missing modules

$ npm run install:all

Build the projects:

$ npm run build:all

RUN

Use the included start script:

$ npm run <NAME>

Where <NAME> is the name of a student project (directory), e.g, npm run amr_gharz

or

$ npm start

to run all projects

OTHER USEFUL SCRIPTS

run npm install in each subdirectory

$ npm install 

Update each submodule to its latest version

$ npm run git:update

Install a specific project

$ npm run install:<NAME>

Build a specific project

$ npm run build:<NAME>

LICENSE

MIT

About

Final projects of the promo 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors