/ssn-acm-w

Official website for the SSN ACM-W chapter.

Primary LanguageJavaScript

Gatsby

Gatsby minimal starter

🚀 Quick start

  1. Clone repo.

        git clone https://github.com/sam9111/ssn-acm-w.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd ssn-acm-w/
    npm i
    npm run develop
  3. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

  4. Learn more

  5. Resources for Chakra UI

📢 Here is a note,

We prefer you to use VS Code.

You can run eslint in two ways,

  1. Kinda hard but the best way

If you using VS code install the extension Prettier, ESLint and configure it. So, eslint applied in each save of your file

  1. Easy way

Make sure to the command npm run lint before every commit you make.