web-illinois / toolkit

This library provides styles and web components for creating branded UIUC websites.
18 stars 7 forks source link

read.me missing an ending tag? #485

Closed sydbeth closed 1 year ago

sydbeth commented 1 year ago
<link rel="stylesheet" href="https://cdn.toolkit.illinois.edu/3.0.0-alpha.1/toolkit.css">
<script src="https://cdn.toolkit.illinois.edu/3.0.0-alpha.1/toolkit.mjs" type="module">
sydbeth commented 1 year ago

Or maybe something else missing in the instructions? I get a CORS error when I try to add this script to my local dev environment to test the new version of the toolkit.

Mac OS Ventura Firefox Browser & Chrome Wordpress Development

bryanjonker-illinois commented 1 year ago

Add to the README.md how to edit the vite.config.js file and index.js file and run npx vite build --config *newfile*.config.js to build custom files