Coder Social home page Coder Social logo

commnerd / personal Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 21.04 MB

My own personal website for tools and Laravel practice

License: The Unlicense

PHP 50.30% Blade 1.60% JavaScript 0.60% SCSS 1.81% Dockerfile 0.13% TypeScript 39.47% HTML 6.09%

personal's Introduction

Personal

My own personal website for tools and Laravel practice

Development

System Dependencies

  • Docker

Setup

  • Insert the following line at the end of .bash_aliases or .bashrc
alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'
  • Install php dependencies
docker run -it --rm -w /project -v ${PWD}:/project -u ${UID} composer install --ignore-platform-reqs
  • Copy .env.example to .env
cp .env.example .env
  • Run development environment
sail up -d
  • Generate app key
sail artisan key:generate
  • Link storage
sail artisan storage:link
  • Link admin fonts
sail ln -s storage/app/admin/assets public/assets
  • Run migrations
sail artisan migrate
  • Install Laravel Passport
sail artisan passport:install
  • Install frontend dependencies
sail yarn
  • Build JS and CSS
sail yarn build
  • To test the back-end, run the following:
sail artisan test
  • To test the admin user interface, run the following:
docker-compose exec admin_builder bash -c 'ng test --no-watch'

personal's People

Contributors

commnerd avatar dependabot[bot] avatar mmiller-dialectic avatar

Watchers

James Cloos avatar Smartwaiver avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.