The official website for Playmint - exploring decentralised technologies to create a new kind of videogame.
- Node.js & npm (recommended: install with nvm)
# Install dependencies
npm install
# Start development server
npm run devThe site will be available at http://localhost:8080
npm run buildThe built files will be in the dist/ directory.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
This site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Open source - see the Playmint GitHub organization for more projects.