Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snario/ethglobal
Website for ETHGlobal - https://ethglobal.co
https://github.com/snario/ethglobal
Last synced: 2 days ago
JSON representation
Website for ETHGlobal - https://ethglobal.co
- Host: GitHub
- URL: https://github.com/snario/ethglobal
- Owner: snario
- License: mit
- Created: 2019-01-26T06:49:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:47:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:41:59.701Z (7 months ago)
- Language: JavaScript
- Size: 10.5 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETHGlobal Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/018ddba7-fc6a-4cce-bea9-80a64d0def24/deploy-status)](https://app.netlify.com/sites/dreamy-brahmagupta-5e3659/deploys)
ethglobal.co
## Installation
Install the dependencies:
### `yarn install`
Run the development server:
### `yarn dev`
Production build to `/public`:
### `yarn build`
## Content
Each of the sections in the site are placed in `src/sections`. Refer to the comments there to add content: data has been separated out into objects for complex UI components.
## SEO
The component `src/components/common/SEO.js` handles all meta data and SEO content, modify the `SEO_DATA` variable to add the data automatically.