Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 441 Bytes

File metadata and controls

23 lines (15 loc) · 441 Bytes

base-website

After cloning the repo make sure to run these commands before you're able to open the website.

npm install
composer install

After that rename the ".env.example" to ".env" Then you can run the site with these 2 commands (you'll need to run them both)

php artisan serve
npm run dev

You can view the website here

Todo

  • Get an image of the AI assistant, when thats ready.