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
- Host: GitHub
- URL: https://github.com/marc-jb/website
- Owner: Marc-JB
- License: other
- Created: 2020-04-23T12:29:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T11:18:31.000Z (over 1 year ago)
- Last Synced: 2025-03-05T02:15:41.734Z (over 1 year ago)
- Topics: angular, sass, scss, typescript
- Language: HTML
- Homepage: https://marc-apps.nl/
- Size: 14.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Marc apps & software website
Website for applications and other software created by Marc apps & software.
[](https://github.com/Marc-JB/Website/actions)
[](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 |
| Secondary Color |  #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)