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

https://github.com/raid-guild/headline

HEADLINE is a decentralized publishing platform where a creator’s content is always their own.
https://github.com/raid-guild/headline

ceramic lit unlock web3

Last synced: 6 months ago
JSON representation

HEADLINE is a decentralized publishing platform where a creator’s content is always their own.

Awesome Lists containing this project

README

        

# Headline

This repository includes all the code deployed used to power Headline.

## Contributing

Thanks for your interest in contributing to Headline! We're excited you're here. Please open an issue or pr with the change that you desire.

## Getting started

After cloning the repository run:

```
yarn install
```

Then create a .env file with the .env.sample template and
fill in the missing environment variables. Once this is
done you should be all set to run the project locally
with the below command.

```
yarn run dev
```