Giter Site home page Giter Site logo

portfolio's Introduction

Weverson Portfolio

About

This is my portfolio! Here you will see a little more about me and my projects. The project was inspired by Matheus Battisti's React and Sass class, but with some modifications to my liking

To view the website live, click here

Technologies used

  • React
  • Vite
  • Sass
  • Docker

Requirements

  1. Docker
  2. Docker-compose

Optional dependencies

  1. Nodejs / npm

Get Started

Running the application with docker-compose

  1. Clone the repository or download the source code

     git clone https://github.com/WeversonL/portfolio.git
     cd portfolio
    
  2. Start with docker-compose

     docker-compose up -d
    
  3. Open your browser and type in the URL bar

     http://localhost:3000/
    

Running the application with docker run

  1. Clone the repository or download the source code

     git clone https://github.com/WeversonL/portfolio.git
     cd portfolio
    
  2. Start with docker run command

     docker run --name portfolio -p 3000:3000 weversonlemos/portfolio:latest
    
  3. Open your browser and type in the URL bar

     http://localhost:3000/
    

Run using npm

Make sure you have Nodejs and NPM installed on your machine.

  1. Clone the repository or download the source code

     git clone https://github.com/WeversonL/portfolio.git
     cd portfolio
    
  2. Download npm dependencies

     npm install
    
  3. Run the npm project

     npm run dev
    
  4. Open your browser and type in the URL bar

     http://localhost:3000/
    

โš ๏ธ Still in development

License

portfolio is released under the GNU General Public License, Version 2

    Copyright (C) 2022 Weverson Lemos

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version

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.