Skip to content

jedymatt/nnn-certificate

Repository files navigation

NNN Certificate

NNN Certificate Generator

Screenshots

image image

Prerequisites

  • XAMPP or Docker
  • Node.js

Run Locally

Clone the project

git clone https://github.com/jedymatt/nnn-certificate.git

Go to the project directory

cd nnn-certificate

Add .env file

cp .env.example .env

Install the dependencies

composer install
npm install

Recompile assets

npm run dev

Populate the tables to the database

php artisan migrate

Generate app key

php artisan key:generate

Start the server

php artisan serve

Authors