Giter Site home page Giter Site logo

ChangeWindows

Building ChangeWindows one commit at a time

ChangeWindows Preview ยท ChangeWindows

About ChangeWindows

ChangeWindows does what Microsoft doesn't: document every change we can possibly find in Windows on any platform.

Open source

ChangeWindows is an open source project build on top of Laravel, Vite and React.

Using

To run ChangeWindows, you'll need the following:

  • PHP 8.1.0 or higher, including extensions required by Laravel 9.x
  • MySQL
  • Composer
  • npm

Setup

Clone this repository to any given directory and setup the .env file with all required parameters. An example of an .env file can be found in .env.example. Then execute the following commands.

composer install
npm install
php artisan migrate
php artisan db:seed

To run ChangeWindows, use the following command:

php artisan serve

This will launch a server at 127.0.0.1:8000. Also run this NPM command.

npm start

This will compile various files, mostly SCSS and keep an eye out for changes.

For a production build, execute the following commands:

composer install --prefer-dist --no-scripts --no-dev -o
npm run build

The node_modules folder is not required in a production environment as long as the production-script has been run. All relevant JavaScript will be compiled to the public-folder.

Contributing

We are open to contributions to ChangeWindows. Do you have a feature that you really want to see but we are not spending any time on it ourselves? Feel free to open a pull request for it!

Not into coding, but like to support us nonetheless? We're always happy with a donation. Our patrons will be shown on the About-page.

Security Vulnerabilities

If you discover a security vulnerability within ChangeWindows, please contact us through private means. Most successful would probably be to contact us on Twitter.

License

The ChangeWindows website is open-sourced software licensed under the AGPL license v3. Note however that the content on our website isn't unless stated otherwise.

ChangeWidnows 7.9

alter table platforms drop tweet_template; alter table platforms drop tweet_stream_id; alter table platforms drop retweet_stream_id; drop table if exists tweet_streams;

ChangeWindows's Projects

athaia icon athaia

A ChangeWindows for all mankind to share.

content icon content

Changing Windows one build at a time

viii icon viii

The legacy ChangeWindows 5 repository/8th major itteration of ChangeWindows. Superseded by Viv before it was every useful.

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.