Clover
Clover is an open-source personal website and portfolio built with NextJS, Tailwind, Lanyard, and Geist.
Development Server
Start the development server on http://localhost:5173
yarn
yarn dev
Production
Build the application for production:
yarn build
To use Lanyard, join their server and add your Discord ID on line 52 of gateway/lanyard.ts
export const lanyard = typeof window !== 'undefined' && new Lanyard('PASTE_ID_HERE');
More information on Lanyard and how to use it can be found on its repo.
Attributions
Meta
Distributed under the MIT license. See LICENSE
for more information.