Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackclub/workshops
π½ Website for Hack Club workshops.
https://github.com/hackclub/workshops
hackclub hacktoberfest learn-to-code mdx nextjs tutorials
Last synced: about 5 hours ago
JSON representation
π½ Website for Hack Club workshops.
- Host: GitHub
- URL: https://github.com/hackclub/workshops
- Owner: hackclub
- License: mit
- Created: 2020-01-07T22:01:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:30:49.000Z (about 2 months ago)
- Last Synced: 2024-09-15T08:13:04.366Z (about 2 months ago)
- Topics: hackclub, hacktoberfest, learn-to-code, mdx, nextjs, tutorials
- Language: JavaScript
- Homepage: https://workshops.hackclub.com/
- Size: 2.67 MB
- Stars: 88
- Watchers: 7
- Forks: 34
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Hack Club Workshops
A set of high-quality coding tutorials for Hack Club meetings.
### Introduction
At [Hack Club](https://hackclub.com/) meetings, we [believe in](https://hackclub.com/philosophy/)
everyone learning what theyβre interested in, at their own pace.
[Hack Club Workshops](https://workshops.hackclub.com/) is our repository of high-quality coding tutorials, intended for use at Hack Club meetings.The content lives in [hackclub/hackclub](https://github.com/hackclub/hackclub)βthis is just the website.
### Development environment setup
The stack: [Next.js](https://nextjs.org) & [Theme UI](https://theme-ui.com), with [Hack Club Theme](https://github.com/hackclub/theme) packages & [Hack Club Markdown](https://github.com/hackclub/markdown).
Stuff you need installed ahead of time:
- Git
- Yarn
- An operating system (we hope)
- A GitHub personal access tokenClone it!
$ git clone https://github.com/hackclub/workshops
Go into the directory!
$ cd workshops
Install dependencies!
$ yarn
Create a `.env` file!
$ touch .env
Create a [GitHub personal access token](https://github.com/settings/tokens) and add the token to `.env`!
$ GITHUB=ghp_token
Run it!
$ yarn run dev
Open it!
$ open http://localhost:3000
### License
This project is licensed under the MIT license. Please see [`LICENSE.md`](LICENSE.md) for the full text.
MIT License