trmid / poolygotchi-landing-page

The landing page for poolygotchi.com

Home Page:https://poolygotchi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poolygotchi Landing Page

version svelte typescript

The landing page for poolygotchi.com.

Installation

Clone or fork this repo and run npm i.

Development

Run npm run dev to start the development server. Edit the svelte and typescript files in the src folder to make changes to your app. Change the docs/index.html file directly to make changes to your app's metadata and to add additional stylesheets or resource links.

Build

When your app is production ready, run the following command to output the static site bundle to the docs/build directory:

Linux

npm run build

Windows

npm run build-win

Publish

After building your bundle, publish the static files in the docs directory on the platform of your choice, or host them directly on github pages by enabling github pages to serve directly from the docs folder from your repository.

About

The landing page for poolygotchi.com

https://poolygotchi.com

License:MIT License


Languages

Language:Svelte 77.4%Language:JavaScript 21.2%Language:TypeScript 1.5%