-
Notifications
You must be signed in to change notification settings - Fork 6
How to set up a Teia Mirror
by Manitcor
if you use pnpm or yarn just translate the commands
git clone https://github.com/teia-community/teia-ui.git
cd teia-ui
npm install
npm run start # to test locally
npm run build
The output build can be found in the build
directory, copy the content of this folder to your web server's root.
RewriteEngine on
# Don't rewrite files or directories
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Rewrite everything else to index.html to allow html5 state links
RewriteRule ^ index.html [L]
by NFTBiker & mel
- Github Account (not mandatory for Vercel, see Vercel (local))
- Either a Netlify, Cloudflare or Vercel free deployment account.
- A fork of teia-ui's repository in your own Github account
Then you need to login into the dashboard of your deployment service (Netlify, Cloudflare or Vercel), and either allow it access to all your repo, or just import the teia-ui
one.
Finally go to the settings of your project, and either add CI
with the value false
in the environment variables
or change the build command to CI=false npm run build
Vercel also allows you deploy a local git repository, without needing a Github account or a fork:
git clone https://github.com/teia-community/teia-ui.git
cd teia-ui
npm install
npx vercel # follow the instructions
Please use the sidebar to navigate (on mobile its at the bottom of the page)
Want to contribute to the wiki? Please see How to contribute to the Wiki?
General
- Home
- Core Values/Code of Conduct/Terms & Conditions
- DAO documentation/Governance on Teia
- The Core Team
- User safety guide
- Tools Made By the Community
Copyright, Moderation, Restrictions
- Report Harassent or Scams
- Account restrictions/Rules (report abuse/request unban)
- Copyright and Licensing Guide
- Collect NFTs safely (Tips for collectors)
Getting Started
- Getting started with Tezos
- How to mint ๐ฟ
- How to swap ๐
- How to cancel โ
- How to burn ๐ฅ
- How to resell ๐ช
How-Tos
Dev How-Tos
FAQs
Charity Initiatives
- TezQuakeAid - Earthquake Relief
- Tezos4Iran
- SavePakistan
- Tezospride
- Ukraine
- How to set up a charity split contract on Teia
- How to set split sale swaps on objktcom
Resources/Lists