Skip to content

berzanorg/starknet-token-creator

Repository files navigation

Starknet Token Creator Website

This repository contains the source code of the website of Starknet Token Creator.

This project is licensed under GPL.

I use Svelte and SvelteKit for developing the website.

You can find detailed information about Svelte and SvelteKit below.

The source code of the smart contract is at Starknet Token Contract.

Svelte

Svelte is a new way to build web applications.

It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.

SvelteKit

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte

If you're coming from React, SvelteKit is similar to Next. If you're coming from Vue, SvelteKit is similar to Nuxt.

Documentation

https://svelte.dev/docs/introduction

https://kit.svelte.dev/docs/introduction

Usage

Develop

$ npm run dev

Build

$ npm run build

Preview

$ npm run build

Format

$ npm run format

Lint

$ npm run lint

Check

$ npm run check

Note

Built with love, sweat and tears by Berzan.