Skip to content

Fumeaux/distributed-ledger-fh-game

 
 

Repository files navigation

Turborepo Svelte starter

This is an official starter Turborepo.

How to start developing

  • npm install
  • npm run dev
  • npm run node

um die Contracts neu zu deployen:

  • in /app/blockchain
  • npm run deploy-dev

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a svelte-kit app
  • web: another svelte-kit app
  • ui: a stub Svelte component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

Run the following command:

npx degit vercel/turbo/examples/with-svelte with-svelte
cd with-svelte
pnpm install
git init . && git add . && git commit -m "Init"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.4%
  • Solidity 19.6%
  • Svelte 17.0%
  • JavaScript 4.0%
  • HTML 1.0%