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.
- Host: GitHub
- URL: https://github.com/raid-guild/headline
- Owner: raid-guild
- License: mit
- Created: 2022-01-08T23:56:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T19:11:57.000Z (about 3 years ago)
- Last Synced: 2024-09-27T01:59:49.926Z (9 months ago)
- Topics: ceramic, lit, unlock, web3
- Language: TypeScript
- Homepage:
- Size: 3.05 MB
- Stars: 11
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```