Git Product home page Git Product logo

espidesigns2021's Introduction

espidesigns//2021 from BIZAR.RO

JS Standard Style

Screenshot of Website

This is the repository of espidesigns//2021 forked from Bizarro portfolio.

Overview

The front end of the portfolio was made entirely with plain JavaScript code using ECMAScript 2015+ features without any frameworks like Angular, React or Vue. It's using libraries such as GSAP, Lodash and ogl. To generate our static files that will be uploaded to the environment, we're using Webpack.

Getting Started

You need to have Node.js and npm installed in your machine, these are our only dependencies to run the project locally.

# Clone the project.
git clone https://github.com/lhbzr/bizar.ro.git

# Install npm depedencies.
npm install

# Configure .env variables and run the website.
npm start

# "npm run deploy" did not work for me (because local and remote gh-pages pages must not exist first)

# below worked to deploy build site to github pages
1. npm run build

## you can avoid this line if you are in main...
2. git checkout main 

## create a local gh-pages branch containing the splitted output folder
3. git subtree split --prefix public -b gh-pages 

## force the push of the gh-pages branch to the remote gh-pages branch at origin
4. git push -f origin gh-pages:gh-pages 

## delete the local gh-pages because you will need it: ref
5. git branch -D gh-pages 

when npm start doesn't work: Delete node_modules Remove node-sass from package.json npm install npm uninstall node-sass npm install sass npm audit fix npm start

espidesigns2021's People

Contributors

bizarro avatar espidesigns avatar

Watchers

 avatar

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.