Laravel app where users can buy Nothing certificates/NFTs, start subscriptions, and donate to nothing general fund.
- PHP 8.2+
- Composer
- Node.js + npm
- SQLite
git clone https://github.com/Mate-ber/nothing.git
cd Nothing
composer install
npm install
cp .env.example .env
touch database/database.sqliteSet .env:
APP_URL=http://localhost
DB_CONNECTION=sqlite
DB_DATABASE=/path/to/database.sqliterun:
php artisan key:generate
php artisan migrate --seedphp artisan serve
npm run dev- Admin :
admin@nothing.test/password - Demo :
demo@nothing.test/password