Skip to content

push42/scriptshop_5m

Repository files navigation

Custom

Custom Custom2 Custom2 GitHub code size in bytes

💜 Project 1211: ScriptShop 5M

There isn't a way to purchase directly on this website. It acts like a portfolio where i personally display my bought scripts to resell them. I stopped having interest in GTA Roleplay and no longer develop for FiveM. Feel free to modify my website or use it for yourself (ofcourse with your edited information), i really don't bother. The contact form uses a database to save the send contact messages.

What is this project about?

I personally lost interest in developing and maintaing a FiveM Server. Because of this reason i setup a personal portfolio with all of my collected scripts over the past years. This way people can easily see what kind of scripts i offer and directly contact me trough my website or via social profiles. Feel free to customize this website to your liking and use it for whatever you please! Happy Coding! <3

Preview7 Preview8

🔎 Preview

  • from 14.11.2023 / 00:27 - may have changed already

Preview1 Preview2 Preview3 Preview4 Preview5

1st design of the website. (outdated) Custom2 Preview6 Preview7 Preview8

📂 Project Structure

  • /dist - Publicly accessible files, including the main index.php entry point.
  • /dist/components - All the custom PHP source code for the project.
  • /dist/assets - Static resources such as CSS, JavaScript, and image files.
  • /config - Configuration files that are not web-accessible for security reasons.
  • /vendor - Composer-managed dependencies (PHP).
  • /node_modules - npm-managed dependencies (JavaScript/Node.js).

🔧 Development Commands

  • Run npm run tailwind to re-build TailwindCSS.

⚙️ Configuration Files

  • config.php - Stores database connections and other sensitive configuration.
  • .env - Environment variables for local development.

⭕ Testing

  • PHP unit tests can be run with vendor/bin/phpunit.
  • JavaScript tests can be run with npm test.