mirror of
https://github.com/encounter/decomp.me.git
synced 2026-03-30 11:06:27 -07:00
4cf3e416e5
- Use Next.js 13 app directory for all routes except projects - Add Tailwind (resolves #619) and use it for most components - New footer - Adjust navbar (logotype, buttons moved to right) - Improve the styling of the search box - New /settings/account page - /credits grabs contributors list for this repo from GitHub's API - ResolveĀ #634 - New welcome page header with scrolling platform icons
23 lines
795 B
Markdown
23 lines
795 B
Markdown
<h1>
|
|
<a href="https://decomp.me">
|
|
<img alt="decomp.me" height="36" src="https://raw.githubusercontent.com/decompme/decomp.me/main/.github/decompme-logotype.svg" />
|
|
</a>
|
|
</h1>
|
|
|
|
[![Discord Server][discord-badge]][discord]
|
|
|
|
[discord]: https://discord.gg/sutqNShRRs
|
|
[discord-badge]: https://img.shields.io/discord/897066363951128586?color=%237289DA&logo=discord&logoColor=ffffff
|
|
|
|
A collaborative decompilation and reverse engineering website, built with Next.js and Django.
|
|
|
|
## Contributing
|
|
|
|
Contributions are very much welcome! You may want to [join our Discord server](https://discord.gg/sutqNShRRs).
|
|
|
|
To learn more, see [CONTRIBUTING.md](docs/CONTRIBUTING.md)
|
|
|
|
|
|
## License
|
|
decomp.me uses the MIT license. All dependencies may contain their own licenses, which decomp.me respects.
|