The Wayback Machine - https://web.archive.org/web/20201123003902/https://github.com/Coderockr/coderockr.github.com
Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

coderockr

Setup

Requirements

Node "^8.2.1" (use nvm here)

Yarn "^1.3.2" (install here)

Structure folder

coderockr
├── .babelrc
├── .eslintignore
├── .eslintrc
├── .gitignore
├── CNAME
├── crossdomain.xml
├── gh-pages.sh
├── gulpfile.js
├── humans.txt
├── package.json
├── README.md
├── robots.txt
├── webpack.config.js
├── dist
└── src
    └── assets
    │   └── fonts
    │   └── images
    │   └── scripts
    │   └── styles
    └── templates
        └── components
        └── layouts
        └── page.html

Install dependencies

yarn

Run

yarn start

Build

./build.sh

Deploy to Github Pages (https://github.com/Coderockr/coderockr.github.com)

./deploy.sh

About

Site da Coderockr

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.