Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/osmosis-website
https://github.com/osmosis-labs/osmosis-website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmosis-labs/osmosis-website
- Owner: osmosis-labs
- Created: 2024-02-20T15:38:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T22:07:07.000Z (9 months ago)
- Last Synced: 2024-04-18T05:01:28.508Z (9 months ago)
- Language: TypeScript
- Homepage: https://osmosis-website.vercel.app
- Size: 6.96 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Osmosis Website
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```# ENV config
Here are the required values to put into an .env.local file or on the hosting platform env vars
| Name | Description |
| ------------------ | :-----------------------: |
| GTAG_ID | The Google Tag Manager ID |
| COINGECKO_API_KEY | The CoinGecko API Key |
| COINGECKO_BASE_URL | The CoinGecko base URL |
| NUMIA_BASE_URL | The Numia base URL |