0.1.0 • Published 2 years ago

svelte-fontpreview v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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-fontPreview
  • Once you're on the directory, install the dependencies with npm install or pnpm install or yarn

  • start the server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

it then runs on http://localhost:5173/

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.