Coder Social home page Coder Social logo

skwalexe / skwal-net-v1 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 11.85 MB

๐ŸŒ Source code of skwal.net

Home Page: https://skwal.net

License: MIT License

CSS 3.66% JavaScript 7.34% PHP 88.37% Hack 0.62%
skwalnet skwalexe php html css js javascript

skwal-net-v1's Introduction

๐ŸŒ Source code of Skwal.net

Wiki

If you want to contribute to skwal.net, you first need to understand the structure of the website.

There are a lot of informations about that in the wiki.

Setting up development environment

First, install xampp

Configure the server to point to the src folder.

Open phpMyAdmin and create a new database with a password.

Import the db.sql file from the root of the repository.

Create an .env file on the parent directory of /src from the .env.sample file, change the DB_NAME, DB_USER, DB_HOST, and DB_PASSWORD values to the corresponding values of your database and start the server (apache and mySql)

The database sample contains two users: skwal and john with the password password.

Don't forget to import the new db.sql file every time you git fetch or git pull.

Contributing

  1. Start by forking this repository

  2. Then clone your fork to your local machine.

git clone https://github.com/your-username/skwal.net.git
  1. Set up your local development environment

  2. Create a new branch

git checkout -b super-cool-feature
  1. Then make your changes

  2. If you made any changes to a css or js file, in the ๐Ÿ“„ /src/php/variables.php file, change the $version variable to anything else.

  3. Once you're done, commit your changes and push them to the remote repository.

git add --all
git commit -m "Add super-cool-feature"
git push origin super-cool-feature
  1. Then, open a pull request on GitHub from your fork.
    1. Go to this link
    2. Click compare across forks
    3. On the right, on head repository select your fork
    4. And on compare select the branch you just created
    5. Click on Create Pull Request and submit your pull request

final

If you have any problem, don't hesitate to open an issue

skwal-net-v1's People

Contributors

imgbot[bot] avatar skwalexe avatar

Stargazers

 avatar

Watchers

 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.