Recreation of the Discord developer portal which attempts to more closely resemble the design principles of the official Discord client.
- Clone the repository
- Install dependencies via
npm install
- Run
npm run dev
- Open your browser to http://localhost:3000
When you contribute to the project and create a new file, please make sure to include the following header as a comment in the file:
Copyright (c) 2022 Mooncord Team
Licensed under the Open Software License version 3.0
This is to ensure that the copyright and license information is included in the source code as required by the OSL 3.0 license.