Welcome to the digital playground where pixels meet passion! Silo City Games is the official hub for all the awesome gaming projects and tools we're cooking up. This isn't just a website; it's a launchpad for fun!
This project is the epic result of a tag-team effort between two creative powerhouses: SiloCityLabs and OneBuffaloLabs. We're a dynamic duo where code, creativity, and chaos collide to forge awesome digital realities. Blending our skills in development and design, we're on a united mission to build cool stuff for the gaming community.
Want to get your hands dirty and run the site on your own machine? Awesome! Just follow these simple steps.
Make sure you have Node.js (which includes npm) installed on your system.
First, clone the repository and install all the necessary dependencies. Open your terminal and run:
# Clone the repo
git clone [https://github.com/SiloCityLabs/silocitygames.com.git](https://github.com/SiloCityLabs/silocitygames.com.git)
# Navigate into the project directory
cd silocitygames.com
# Install dependencies
npm installTo start the local development server and see the magic happen in your browser, run:
npm run devThis will fire up the site, usually at http://localhost:5173. The server will automatically reload as you make changes to the code. How cool is that?
When you're ready to build the optimized, production-ready version of the site, run this command:
npm run buildThis will create a dist folder with all the static assets you need to deploy your site to the world!
This project is a labor of love, and we want to share it with the world while making sure it's used fairly.
This work is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International License.
This means you are free to:
- Share โ copy and redistribute the material in any medium or format
- Adapt โ remix, transform, and build upon the material
Under the following terms:
- Attribution โ You must give appropriate credit.
- NonCommercial โ You may not use the material for commercial purposes.
- ShareAlike โ If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
Happy coding, and game on! ๐ฎ
