https://github.com/netcentric/rfp-franklin-mb-stuttgart
https://github.com/netcentric/rfp-franklin-mb-stuttgart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/rfp-franklin-mb-stuttgart
- Owner: Netcentric
- License: apache-2.0
- Created: 2023-07-18T15:10:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T09:43:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T16:12:41.156Z (4 months ago)
- Language: JavaScript
- Size: 375 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Your Project's Title...
Your project's description...## Environments
- Preview: https://main--rfp-franklin-mb-stuttgart--Netcentric.hlx.page/
- Live: https://main--rfp-franklin-mb-stuttgart--Netcentric.hlx.live/## Installation
```sh
npm i
```## Linting
```sh
npm run lint
```## Local development
1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml`
1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository
1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli`
1. Start Franklin Proxy: `hlx up` (opens your browser at `http://localhost:3000`)
1. Open the `rfp-franklin-mb-stuttgart` directory in your favorite IDE and start coding :)