An open API service indexing awesome lists of open source software.

https://github.com/sam9111/ssn-acm-w

Official website for the SSN ACM-W chapter.
https://github.com/sam9111/ssn-acm-w

gatsby

Last synced: about 1 month ago
JSON representation

Official website for the SSN ACM-W chapter.

Awesome Lists containing this project

README

        



Gatsby



Gatsby minimal starter

## ๐Ÿš€ Quick start

1. **Clone repo.**

```shell
git clone https://github.com/sam9111/ssn-acm-w.git
```

2. **Start developing.**

Navigate into your new siteโ€™s directory and start it up.

```shell
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**

- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

5. **Resources for Chakra UI**
- https://chakra-ui.com/
- https://choc-ui.tech/
- https://chakra-templates.dev/

๐Ÿ“ข 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](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode), [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and configure it. So, eslint applied in each save of your file

2. Easy way

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