Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :)