Skip to content

Omarcito/nomadaxe.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomad Axe Build Status

deploy

Development

Try to keep things simple and as modular as possible.

The server uses node.js and the client uses browserify to bundle up the code in the browser directory using browser/client.js as the entry point.

Quick Start

To make the ./bin/nomad CLI available globally use npm link then run the server:

npm link
nomad server

This will get you up and running on port 8080, visiting http://localhost:8080 will give you the homepage. From this point you can make changes to files in the browser and public directories and refresh your browser to see them. Changes made to the server code will require a restart. CTRL + c to close the server.

License

MIT

About

source code for nomadaxe.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • PHP 7.7%
  • Ruby 5.3%