Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moedevs/new-game-website
🚀 New Game! fan site made by the new game discord community
https://github.com/moedevs/new-game-website
discord gatsby hifumi newgame reddit website
Last synced: 17 days ago
JSON representation
🚀 New Game! fan site made by the new game discord community
- Host: GitHub
- URL: https://github.com/moedevs/new-game-website
- Owner: moedevs
- License: mit
- Created: 2018-05-22T12:16:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:47:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T10:13:51.884Z (4 months ago)
- Topics: discord, gatsby, hifumi, newgame, reddit, website
- Language: JavaScript
- Homepage: https://hajime.netlify.app
- Size: 75.6 MB
- Stars: 31
- Watchers: 4
- Forks: 10
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New Game!
## hifumi.io### Helping out
Not a programmer? No problem, We would still love to get your input!Most discussion will be in the `#tech-talk` channel.
### Tech
The website is made using [gatsby](https://www.gatsbyjs.org/) which lets us to separate our dynamic
data from our components, allowing us to optimize and add new content much more easily.Netlify builds automatically from `master` so your changes are
a single pull request away from going live!### Contributing
1. `git clone https://github.com/Xetera/hifumi.io.git`
2. `npm install`
3. `npm run dev`
4. Go to the address it gave you, and work away!#### Adding new tweets
Tweets are declared under `/content/tweets`.
To add a new user, create a new `.md` file similar to the
existing ones.Twitter users are declared under `/content/tweets/users`
To add a new tweet, add a new `.md` file in the same file.
The tweets are sorted by date in the format`YYYY-MM-DD`.To reference a user, give the `name` property in the markdown
frontmatter the same name as the user inside the `/users` folder.##### Made with <3 by the New Game community