After following the steps below, you will be able to run the SSW.Website locally and begin contributing to the project!
- Install nodejs from https://nodejs.org/en/ (>=v14.18.1 recommended)
- Install yarn from https://classic.yarnpkg.com/en/ (>=v1.22.15 recommended)
- Clone the GitHub repository https://github.com/SSWConsulting/SSW.Website.git
- Run
yarn install
to install the required packages - 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
- Run
yarn develop
to start the development server - You're good to go!