Project Two is a sample project with dummy css/js files to demonstrate the usability of the Frontend Asset Toolkit.
To use these styles in your project, simply reference the stylesheet in the head of your project and the script tag before the closing body tag.
<link rel="stylesheet" href="https://frontend-asset-toolkit.vercel.app/projects/project-two/css/main.min.css" />
<script type="text/javascript" src="https://frontend-asset-toolkit.vercel.app/projects/project-two/js/main.min.js"></script>