Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedead/codedead.com
CodeDead Website
https://github.com/codedead/codedead.com
blog codedead gatsby gatsbyjs html javascript markdown react reactjs
Last synced: about 1 month ago
JSON representation
CodeDead Website
- Host: GitHub
- URL: https://github.com/codedead/codedead.com
- Owner: CodeDead
- License: 0bsd
- Created: 2020-08-09T03:01:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:08:12.000Z (3 months ago)
- Last Synced: 2024-10-21T10:06:35.717Z (3 months ago)
- Topics: blog, codedead, gatsby, gatsbyjs, html, javascript, markdown, react, reactjs
- Language: JavaScript
- Homepage: https://codedead.com
- Size: 25.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeDead.com
This is the source code behind the CodeDead website.
The project was realized with the help of Gatsby, React, Material-UI and various other packages!## Usage
In order to run a development build of the website, run:
```Bash
yarn start
```A development server will be executed and you can then view the website in your browser using the following url:
`http://localhost:8000`
In order to build a production-ready version of the website, run:
```Bash
yarn build
````Gatsby` will then generate a static website that can be deployed on a server in seconds.
## About
This website is maintained by [CodeDead](https://codedead.com).
Copyright © 2024 CodeDead