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

https://github.com/marc-jb/website

Website for applications and other software created by me
https://github.com/marc-jb/website

angular sass scss typescript

Last synced: 2 months ago
JSON representation

Website for applications and other software created by me

Awesome Lists containing this project

README

          

![Banner image](/docs/banner.webp?raw=true "Banner image")
# Marc apps & software website
Website for applications and other software created by Marc apps & software.

[![Angular build & deployment](https://github.com/Marc-JB/Website/workflows/Angular%20build%20&%20deployment/badge.svg)](https://github.com/Marc-JB/Website/actions)
[![License: CC BY-NC-ND 4.0](https://badgen.net/badge/license/CC%20BY-NC-ND%204.0/blue)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

# :notebook_with_decorative_cover: Table of Contents
- [About the Project](#star2-about-the-project)
* [Tech Stack](#space_invader-tech-stack)
* [Color Reference](#art-color-reference)
- [Getting Started](#toolbox-getting-started)
* [Prerequisites](#bangbang-prerequisites)
* [Installation](#gear-installation)
* [Run Locally](#running-run-locally)
* [Deployment](#triangular_flag_on_post-deployment)
- [Usage](#eyes-usage)
- [License](#warning-license)
- [Acknowledgements](#gem-acknowledgements)

## :star2: About the Project
### :space_invader: Tech Stack
* The Angular framework.
* Npm as the package manager for Node.js.
* TypeScript as the programming language.
* [SCSS](https://sass-lang.com/) for styling
* Uses CSS grid, flexbox and media queries

### :art: Color Reference
| Color | Hex |
| --- | --- |
| Primary Color | ![#009688](https://via.placeholder.com/10/009688?text=+) #009688 |
| Secondary Color | ![#3F51B5](https://via.placeholder.com/10/3F51B5?text=+) #3F51B5 |

## :toolbox: Getting Started
### :bangbang: Prerequisites
This project uses Node.js and npm. VSCode is the recommended editor for this project.

### :gear: Installation
To install dependencies for this project from a command line/terminal, run the following command:
```bash
npm install -g @angular/cli
npm install
```

### :running: Run Locally
To run the website on your machine:
```bash
ng serve
```

### :triangular_flag_on_post: Deployment
To build this website, run:
```bash
ng build
```

## :eyes: Usage
Navigate to [https://marc-apps.nl/](https://marc-apps.nl/index.html) to view the website.

## :warning: License
This project is published under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License. Read more about this license in the `LICENSE` file or on [https://creativecommons.org/licenses/by-nc-nd/4.0/](https://creativecommons.org/licenses/by-nc-nd/4.0/).

## :gem: Acknowledgements
- [Awesome Readme Template](https://github.com/Louis3797/awesome-readme-template)