Skip to content

noerd-dev/noerd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noerd Example Project

This is an example project built with the noerd framework.

A live demo is available at demo.noerd.dev.

Setup

1. Clone the Repository

git clone git@github.com:noerd-dev/noerd-example.git
cd noerd-example

2. Initialize Submodules

This project uses git submodules. After cloning, initialize and fetch them:

git submodule init
git submodule update

3. Install PHP Dependencies

composer install

4. Configure Environment

cp .env.example .env

Sqlite is used per default. But feel free to change it.

5. Generate Application Key

php artisan key:generate

6. Run Database Migrations

php artisan migrate

7. Install and Build Frontend Assets

npm install && npm run build

8. Create an Admin User

php artisan noerd:create-user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages