mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
* chore(website): Remove styled-components This also allows us to remove the loading screen on page load as the styles are now loaded by the browser itself. * chore(website): Update dependencies * Remove clsx * Update dependencies Also update markdown onBrokenMarkdownLinks options as it now deprecated in favor of markdown.hooks.onBrokenMarkdownLinks * Update dependencies
Website
This website is built using Docusaurus 3, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.