Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defeo/sagemath-paris
https://github.com/defeo/sagemath-paris
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/defeo/sagemath-paris
- Owner: defeo
- Created: 2015-07-01T09:28:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T23:20:18.000Z (about 8 years ago)
- Last Synced: 2024-04-15T03:04:11.480Z (7 months ago)
- Language: HTML
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation material for Sage Paris meetings
## Build instructions
You need Node.js and NPM.
Install Gulp with
~~~
npm install -g gulp
~~~Install build dependencies with
~~~
cd sagemath-paris
npm install
~~~Build material with
~~~
gulp
~~~