Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakmac/advancedphysics.info
https://github.com/oakmac/advancedphysics.info
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oakmac/advancedphysics.info
- Owner: oakmac
- License: mit
- Created: 2014-02-25T06:26:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T03:26:37.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T11:32:14.412Z (3 months ago)
- Language: CSS
- Size: 1.15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#advancedphysics.info
A project to put interactive advanced physics concepts on the web.
## Setup
Install Leiningen via
[your preferred package manager](https://github.com/technomancy/leiningen/wiki/Packaging)
or visit the
[GitHub page](https://github.com/technomancy/leiningen) for other options.Install [node.js](http://nodejs.org/), and package dependencies via:
$ npm install
## Development
Let Leiningen watch and auto-compile clojurescript:
$ lein cljsbuild auto
Let Grunt.js watch and auto-compile LESS files:
$ grunt watch
Run a local development web server:
$ grunt connect