Documentation

Welcome to the Frontend Freaks Documentation.


This is the Documentation page for the Frontend Freaks site. in

Here you should find everything you need from getting started with changing content of pages. We welcome contributions, check out the Frontend Freaks repo and the documentation source on GitHub for more information.

Installation

  • Fork the Repository into your github account
  • Clone the project into your local machine by running following comman in console
git clone https://github.com/<your-github-username>/frontend-freaks-website.git
  • Navigate to the folder after successful cloning
cd frontend-freaks-website
  • Install required dependencies to run this software in your local machine
npm i

As Frontend Freaks Website uses npm package manager, it is recommended to use npm, install npm

  • Run the project on your local machine
npm run start