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.
- Host: GitHub
- URL: https://github.com/sam9111/ssn-acm-w
- Owner: sam9111
- Created: 2021-08-03T02:56:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T18:35:17.000Z (over 1 year ago)
- Last Synced: 2024-12-07T16:26:57.159Z (6 months ago)
- Topics: gatsby
- Language: JavaScript
- Homepage: https://www.ssnw.hosting.acm.org/
- Size: 5.77 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 file2. Easy way
Make sure to the command `npm run lint` before every commit you make.