https://github.com/astralprotocol/home
https://github.com/astralprotocol/home
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astralprotocol/home
- Owner: AstralProtocol
- Created: 2020-12-22T15:46:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T15:26:16.000Z (6 months ago)
- Last Synced: 2025-07-19T06:51:52.966Z (5 months ago)
- Language: JavaScript
- Homepage: https://astral.global
- Size: 90 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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