mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 01:23:26 -04:00 
			
		
		
		
	This means it now requires the Javascript to be compiled before it can be run. This move also required a massive reorganization and lots of debugging/fixups to make everything work properly again.
		
			
				
	
	
		
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| MoneyGo README
 | |
| 
 | |
| Installation
 | |
| ============
 | |
| 
 | |
| First, install npm in your distribution:
 | |
| $ sudo pacman -S npm
 | |
| 
 | |
| Install browserify globally:
 | |
| $ sudo npm install -g browserify
 | |
| 
 | |
| Next, install browserify, babel, react, react-bootstrap, react-widgets, and globalize in our directory using npm:
 | |
| $ cd static && npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data
 |