0.1.0 • Published 3 years ago
svelte-fontpreview v0.1.0
Font Preview - only support Variable now
Developing
- Make sure that you have Node.js installed.
- clone this repo and go to the directory
git clone https://github.com/akufadhl/svelte-fontPreview.git
cd svelte-fontPreviewOnce you're on the directory, install the dependencies with
npm installorpnpm installoryarnstart the server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openit then runs on http://localhost:5173/
Building
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.