You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# clone the repo
git clone [email protected]:featurepreneur/articles.git fpr-articles
cd fpr-articles
# simple setup on the project folder
yarn
# run and check locally
sudo vuepress dev docs
# you should see something like this
ℹ 「wds」: Project is running at http://0.0.0.0:8080/
# verify
http://0.0.0.0:8080/ and check all previous articles available
How to add a new page
Go to
docs -> _posts
copy 2021-01-14-zz-template.md and rename with this format 'yyyy-mm-dd--index-article_url_name'
start adding new content
shadow articles are here:
https://bit.ly/shadow-articels-sheet
How to deploy FPR articles? (Applicable only for Macbook)
git clone [email protected]:featurepreneur/articles.git fpr-articles
cd fpr-articles
# simple setup on the project folder
yarn
# run and check locally
sudo vuepress dev docs
# build for prod
sudo vuepress build docs
# deploy on prod (github pages)
sudo bash deploy.sh
Tools have to be installed for FPR (applicable for Ubuntu only)