Skip to content

Women-Devs-SG/womendevssg

Repository files navigation

WDS full logo

Welcome to Women Devs Singapore!👋

Women Devs SG is a vibrant, inclusive community for women in tech, based in Singapore. We’re here to connect, support, and uplift women in the tech industry. From mentorship and networking to skills workshops and open-source initiatives, Women Devs SG is here to foster personal and professional growth at all stages of your career.

Contribute to our site!

Whether you’re a seasoned tech professional, career-switcher, or student, Women Devs SG welcomes you to contribute to our website! This site is built with Astro.js, a template from Sat Naing's AstroPaper repo.

If you are new to open source, do check out this useful Open Source Guide and ensure you have read our CONTRIBUTING guide.

For contributions, we welcome:

How to run site in local environment

1. Fork and clone the repository

Follow these steps to create a fork of this repository and run git clone on your local machine.

git clone https://github.com/Women-Devs-SG/womendevssg.git

2. Navigate to repo

If you have just run git clone ... , the next step would be to move into the cloned repo:

cd womendevssg

3. Install Node and npm

This repo requires node and npm to get started.

Follow this complete guide to install Node and npm in your local machine.

4. Install dependencies

On your terminal, run the following commands:

# install dependencies
npm install

# start running the project
npm run dev