Skip to content

Bobagi/Bobagi-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bobagi.net

Description

Bobagi.net is a personal project website designed for testing and experimentation purposes. Built with cutting-edge technologies like Vite, Vue.js, and Node.js, it serves as a sandbox for innovative ideas and web development practices.

Vue.js Vuetify Node.js Nodemon Ubuntu Nginx Vercel Postgres Docker Visual Studio Code

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm.
  • You have a Windows/Linux/Mac machine.
  • You have installed Git.

Installation

To install Bobagi.net, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Bobagi/Bobagi-Website
  2. Navigate to the project directory and install dependencies in both the Website and Server folders:

    cd Bobagi-Website/website
    npm install
    
    cd ../server
    npm install

Running the Project

Running locally

To run Bobagi.net locally, follow these steps:

  1. Navigate to the Website project directory:

    cd Bobagi-Website/website
  2. Execute the run command:

    npm run dev
  3. Navigate to the Server project directory:

    cd ../server
  4. Execute the run command:

    npm start

The application should now be running on your local machine.

Running in production

To run Bobagi.net in a production environment, follow these steps:

  1. Navigate to the Website project directory:

    cd Bobagi-Website/website
  2. Execute the build command:

    npm run build
  3. Navigate to the Server project directory:

    cd ../server
  4. Execute the start command:

    npm start

The application should now be running in a production environment.

Contributing to Bobagi.net

To contribute to Bobagi.net, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'.
  4. Push to the original branch: git push origin <branch_name>.
  5. Create the pull request.

Alternatively, see the GitHub documentation on creating a pull request.

License

This project uses the MIT License - see the LICENSE.md file for details.

Contact

If you want to contact me, you can reach me at gustavoperin067@gmail.com.