Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/franklin-oob
Project Franklin Out of the Box: This is a test of the Project Franklin (Née Helix) website build publisher
https://github.com/sparkbox/franklin-oob
Last synced: about 2 months ago
JSON representation
Project Franklin Out of the Box: This is a test of the Project Franklin (Née Helix) website build publisher
- Host: GitHub
- URL: https://github.com/sparkbox/franklin-oob
- Owner: sparkbox
- License: apache-2.0
- Created: 2022-10-24T19:44:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T19:25:11.000Z (about 2 years ago)
- Last Synced: 2024-04-11T03:37:34.250Z (9 months ago)
- Language: JavaScript
- Homepage: https://main--franklin-oob--sparkbox.hlx.live/
- Size: 316 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# franklin-oob
Starter project with Adobe Franklin## Environments
- Preview: https://main--franklin-oob--sparkbox.hlx.page/
- Live: https://main--franklin-oob--sparkbox.hlx.live/## Installation
```sh
npm i
```## Tests
```sh
npm tst
```## Local development
1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli`
1. Start Helix Pages Proxy: `hlx up` (opens your browser at `http://localhost:3000`)
1. Open the `franklin-oob` directory in your favorite IDE and start coding :)