Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 892 Bytes

Instructions-Compile.md

File metadata and controls

19 lines (13 loc) · 892 Bytes

The F5 Experience

After following the steps below, you will be able to run the SSW.Website locally and begin contributing to the project!

Environment setup

Install required tools

Set up for development

  1. Clone the GitHub repository https://github.com/SSWConsulting/SSW.Website.git
  2. Run yarn install to install the required packages
  3. Create environment files (.env.development and .env.production), put it to the root directory, copying key values from .env.template
    • Ask a member of the Website team (@pierssinclairssw, @tkapa, @AttackOnMorty, @lukecookssw, @ozairashfaqueSSW) for the values of the environment keys
  4. Run yarn develop to start the development server
  5. You're good to go!