Skip to content

samhoudmedia/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

docs

πŸ“ƒ General documentation and setup.

πŸ“– Introduction

This repository explains the use of this github organization and how repositories are structured. Aimed at developer at &samhoud to continue working on these projects or make changes. If you need more information about the project as a whole and why this organization exists you can find more documentation here:

Please note that all of this is in dutch.

Access

GitHub organization

Please contact me at hi@dandevri.es to request access for this GitHub organization. After approval from &samhoud I will add you as a member of the &samhoudmedia organization.

Bitbucket

Due to content of the 360-video's (needed to be kept private) they are hosted on the Bitbucket platform since GitHub requires payment for private repo's.

After approval of &samhoud please contact me at hi@dandevri.es to get the credentials of the bitbucket account. There you will have access to the private repo's.

Hosting

All prototypes are hosted via GitHub Pages to serve up the static files. These repositories have a gh-pages branch and have the url for the live version at the top of the repository. The 360-video's are hosted in the same manner but on BitBucket Cloud.

The showcase repository is a dynamic node app so it is deployed to a node environment on Heroku. With Heroku you can have a free tier with a custom domain.

Installation & Development

Each repository contains a detailed readme explaining how get the project up and running. Most how them have the following tech prerequisites.

Prerequisites

  • Make sure you have node installed on your machine.
  • npm comes with node.
  • You can check versions with; npm -v and node -v
  • Configure ESLint
  • Configure EditorConfig
  • Configure Stylelint

All dependencies are local and specified in the package.json you won't have to install any global packages.

Tech Stack

Most repository make use of the following technologies:

Installation

Please refer to the readme of the specific repo to get up and running. Mostly npm install and npm start will do.

Contributing

Feel free to make pull requests and create issue, if you have any more questions please contact me at hi@dandevri.es

πŸ“ƒ License

MIT Β© Danny de Vries

Releases

No releases published

Packages

No packages published