Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statsfm/web
stats.fm web repository
https://github.com/statsfm/web
nextjs react tailwindcss
Last synced: 8 days ago
JSON representation
stats.fm web repository
- Host: GitHub
- URL: https://github.com/statsfm/web
- Owner: statsfm
- License: gpl-3.0
- Created: 2021-12-12T15:16:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:28:30.000Z (8 months ago)
- Last Synced: 2024-04-14T06:45:55.507Z (8 months ago)
- Topics: nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://stats.fm
- Size: 28.3 MB
- Stars: 93
- Watchers: 5
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - statsfm/web - stats.fm web repository (TypeScript)
README
Repository for the stats.fm website.
Made in nextjs.## Development
To start the development server, run ```yarn dev```.
The dev server will start on [localhost:3000](http://localhost:3000).
## Production
To run a production build you have to run ```yarn build``` and then ```yarn start```.
## Contributing
To contribute to this project you can fork the repository and make a pull request.
Please reach out to us on [our Discord](https://stats.fm/discord) if you have any questions, check out the [#development](https://discord.com/channels/763775648819970068/767581729883422770) channel.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API;
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.