Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickwyn/safedevils

Simple safety web app
https://github.com/dickwyn/safedevils

nodejs pug safetrek-api sass

Last synced: about 1 month ago
JSON representation

Simple safety web app

Awesome Lists containing this project

README

        

## testorange safe

testorange-safe application. Built with the Noonlight (formerly SafeTrek) API

## Project Dependencies

This project is built with:

1. SafeTrek
2. [NodeJS](http://nodejs.org)
4. [GulpJS](https://gulpjs.com/) - `$ npm install gulp-cli -g`
5. [PugJS](https://pugjs.org/api/getting-started.html) - `$ npm install pug`

## Running the Project

**Get Started**

1. Clone or download this repository
2. `$ npm install` on the directory

**Development Mode**

1. `$ npm start`
2. Browsersync can be accessed through `localhost:3000`

## Folder Structure

.
├── public # All additional assets of the projects
│ ├── assets # All media assets
│ ├── scripts # Compiled.js files
│ └── └── src # All unprocessed .js files
│ ├── styles # Processed .css files
│ └── └── src # All unprocessed .scss files
├── .gitattributes
├── .gitignore # Folders and files that are ignored by git
├── Procfile # Defininition for heroku deployment
├── README.md # Readme file for repository
├── app.json # Folders and files that are ignored by git
├── gulpfile.babel.js # Automate compilation
├── index.js # main entry point
├── package-lock.json
└── package.json # Document node dependencies

## License

The contents of this repository are covered under the [MIT License](https://github.com/dickwyn/testorange-safe/blob/master/LICENSE).