Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxndr/almost-dead-net
Joe Russo's Almost Dead is a cover band; Almost-Dead.net is a fan site; this is the code that runs that fan site
https://github.com/alxndr/almost-dead-net
cypress gatsby live-music music react
Last synced: about 1 month ago
JSON representation
Joe Russo's Almost Dead is a cover band; Almost-Dead.net is a fan site; this is the code that runs that fan site
- Host: GitHub
- URL: https://github.com/alxndr/almost-dead-net
- Owner: alxndr
- Created: 2020-06-23T06:00:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:31:10.000Z (about 2 months ago)
- Last Synced: 2024-11-28T21:48:51.326Z (about 1 month ago)
- Topics: cypress, gatsby, live-music, music, react
- Language: JavaScript
- Homepage: http://almost-dead.net
- Size: 381 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Almost-Dead.net logo](https://i.imgur.com/q5cBEHG.png)][Almost-Dead.net]
This is the source code for the fan site [Almost-Dead.net].
(It is not officially associated with the band [Joe Russo's Almost Dead].)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
The website uses the [Gatsby] framework (v3).The forum sub-site [`lot.almost-dead.net`][the-lot] is powered by [Discourse].
## Documentation
Documentation is in Markdown files throughout the repository.
The task `npm run docs` will start a local webserver with a nice UX for browsing and searching, powered by [hads].
If you're reading this in the docs viewer, there is a search bar at the top of the page, and below is an index of all the files:
[[index]]
## Development
Run the app in the development mode:
$ npm run dev
Open `http://localhost:8000` to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.## Deploy
Build the app for production, and deploy to GitHub Pages:
$ npm run deploy:prod
## Tests
Tests are written using the integration framework [Cypress].
More info can be found in [the README in the `cypress` directory](./cypress/README.md).
[Almost-Dead.net]: https://almost-dead.net
[Cypress]: https://cypress.io
[Discourse]: https://discourse.org
[Joe Russo's Almost Dead]: http://www.joerussosalmostdead.com
[Gatsby]: https://www.gatsbyjs.com
[hads]: https://github.com/sinedied/hads
[the-lot]: https://lot.almost-dead.net