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

https://github.com/astralprotocol/home


https://github.com/astralprotocol/home

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ✨Astral Landing

## Install Gatsby Globally

```bash
yarn install
yarn global add gatsby-cli
yarn gatsby telemetry --disable
yarn gatsby feedback --disable
```

## Develop

Clone repo and run develop

```bash
cd landingV2
yarn develop
```

## Test Build

```bash
yarn && yarn build
```

## Fleek Deploy

Login to Fleek with GitHub

- Docker image: `fleek/gatsby`

- Build command: `yarn && yarn build`

- Publish directory: `public`

## DNS

- Cloudflare nameservers: `kristin.ns.cloudflare.com` and `nitin.ns.cloudflare.com`

- DNS Settings for Cloudflare

- `CNAME astral.global 29be39ce0720784146fd.b-cdn.net`

- `CNAME _dnslink _dnslink.broad-morning-5527.on.fleek.co`

- `CNAME www 29be39ce0720784146fd.b-cdn.net`

- `CNAME _dnslink.www _dnslink.broad-morning-5527.on.fleek.co`

## References

- Based on [Marguerite Roth's landing page](https://github.com/margueriteroth)

- Created by j-mars