GithubHelp home page GithubHelp logo

legacy-rp-cad's Introduction

Legacy RP Logo

legacy-rp-cad

Buy Me a Coffee at ko-fi.com

100% FREE + OPEN SOURCE.

CAD-system.

See #contributing for more details on how you can help shape legacy-rp-cad. We're always down to improve and receive feedback.

License

Please refer to LICENSE.md for this project's license.

Contributors

This list only contains some of the most notable contributors. For the full list, refer to GitHub's contributors graph.

  • ExpDev07 (Marius) - creator and maintainer of both frontend and backend.

Pictures

(more will be posted soon once some design decisions are finalized).

Logging in

Logging in

Contributing

This section describes how you can help contribute.

Prerequisites

  • PHP 7+.
  • Composer.
  • Node (and npm).
  • SQL (database).

Setting up project

Grab yourself a copy of this repository:

$ git clone https://github.com/ExpDev07/legacy-rp-cad.git

Install all the required dependencies (we use both npm and composer):

$ composer install
$ npm install

Create a new file called .env and copy the contents from .env.example over to it, then apply your configurations.

$ 

Create a private and unique application key:

$ php artisan key:generate

Run database migrations so that we can store things:

$ php artisan migrate

Create a symbolic link at public/storage so that it points to storage/app/public:

$ php artisan storage:link

Compile frontend assets (use "dev" for development and "prod" for production):

$ npm run dev/prod

Finally, boot the server up:

$ php artisan serve

legacy-rp-cad's People

Contributors

expdev07 avatar

Stargazers

 avatar  avatar

Watchers

 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.