Skip to content

hackclub/guides

Repository files navigation

Hack Club Logo

Hack Club Guides

Your one stop shop to Hack Club guides and tutorials!

Development environment setup

This is a Next.js app with an Airtable Backend.

To run locally:

Clone the repo

git clone https://github.com/hackclub/guides.git
cd guides

Create an .env file

AIRTABLE_PAT=your_airtable_personal_access_token
AIRTABLE_BASE_ID=your_base_id
AIRTABLE_TABLE_NAME=your_table_name

Install dependencies and run server

npm install
npm run dev

Contributing

Form coming soon to add your own or others guides to the site! stay tuned!

About

a central source of guides at hack club

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published