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.
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:
- New feature requests
- Documentation/Resources
- Adding new blog posts on this website
- Adding yourself as a member
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
If you have just run git clone ...
, the next step would be to move into the cloned repo:
cd womendevssg
This repo requires node
and npm
to get started.
Follow this complete guide to install Node and npm in your local machine.
On your terminal, run the following commands:
# install dependencies
npm install
# start running the project
npm run dev