Welcome to the website for Bytes of Love!
This website allows players to learn about what Bytes of Love is and get a download of the current game for FREE!
To see the website, navigate to this link: bytesoflove.net
If you'd like to run the website locally on your machine, follow these steps:
-
Fork the Repository
Start by forking the repository to your own GitHub account. -
Clone Your Fork
Clone the forked repository to your local machine:git clone https://github.com/<your-username>/BytesOfLoveWebsite.git
-
Navigate to the Directory
Change to the directory of the cloned repository:cd BytesOfLoveWebsite
-
Install Dependencies
Install all required npm packages:npm install
-
Start the Server
Start the website locally:npm start
After running this command, the website should be accessible via http://localhost:3000 or another port specified in the console.
Created by: Wilson Goins, Anton Salvador, Xael Font, Edward Roshko, Ryder Keeny, Nicolas Valiente, and Tyra Passion.
Thank you for visiting the Bytes of Love website!