ARCHIVED Source code for tosdr.org
This is the source code for www.tosdr.org. You should find more information about the project itself on the website.
The data specification is available on the wiki.
This repo might contain information that was not intended to be public. In that case, please open a PR here or send us an email at team at tosdr dot org.
There are git submodules in this repository. To automatically have them all, clone this repository with the
git clone --recursiveoption. Alternatively, run
git submodule initand
git submodule updateto pull in the submodules.
Most of the website's source files are located in the
src/directory (although unfortunately some of it is still intermingled with the build files).
To build:
npm installin the root of this repository to make sure you have the required packages.
gruntor
./node_modules/.bin/gruntin the root of this repository.
git subtree push --prefix dist 5apps master. But be careful: this updates the live site! Ask @hugoroy or @michielbdejong if you don't have permission
Using npm to build:
npm installin the root of this repository to make sure you have the required packages.
npm run compilein the root of this repository
npm run publish
Using npm to build and publish in one command:
npm installin the root of this repository to make sure you have the required packages.
npm run compileandpublishin the root of this repository
API: http://www.tosdr.org/api.html
Also have a look at other apps, like the browser extensions: https://github.com/tosdr
People who have access to the hosting: * Chris * Ggrin * Hugo * Jan * Jimm * Michiel * Pierre * Vinnl * Justin
AGPL-3.0+ (GNU Affero General Public License, version 3 or later)
See https://tosdr.org/legal.html for more details on the legal aspects of the project.