https://github.com/michaelkernaghan/tez-zeppelin
Tez Zeppelin NFT site
https://github.com/michaelkernaghan/tez-zeppelin
fan tez zeppelin
Last synced: 9 months ago
JSON representation
Tez Zeppelin NFT site
- Host: GitHub
- URL: https://github.com/michaelkernaghan/tez-zeppelin
- Owner: michaelkernaghan
- Created: 2021-05-16T15:52:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T18:07:28.000Z (over 3 years ago)
- Last Synced: 2025-01-12T10:34:12.217Z (over 1 year ago)
- Topics: fan, tez, zeppelin
- Language: Svelte
- Homepage: https://tez-zeppelin.netlify.app/
- Size: 29.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tez Zeppelin Implementation of the Svelte Tezos Template
## A Svelte template to build awesome dapps on Tezos!
This template comes with all the good stuff you need to start building a dapp on Tezos:
- Svelte v.3
- Webpack v.5
- TypeScript v.3
- Sass v.5
- Taquito v.8
- Beacon SDK v.2
To use it:
1. `git clone https://github.com/claudebarde/svelte-tezos-template.git`
2. `cd svelte-tezos-template`
3. `npm install`
4. `npm run dev`
Here are a few tips if you are new to creating web apps in Svelte or in general:
- Add new Svelte components in the `src` folder, either next to the `App.svelte` or in a new folder, for example, `components`
- Add new Sass files in the `styles` folder and import them either in the `index.scss` file with `@import "./myfile.scss"` or directly into the `main.ts` file just under `import "./styles/index.scss";`
Please leave comments for new features and open issues if you have any problem!