Repository for the GeekSessions.io web app, to promote tech events for professionals and enthusiasts alike.
You need Node.js 12+ (with NPM).
- clone or download project
- run
npm install
from project folder
After installing project:
- run
npm run dev
to start server - (optional) set up google calendar (see instructions below)
App is available in localhost:3000
. Serverless functions are in localhost:3000/api/<function_name>
.
You can use your public Google Calendar to load events locally:
-
get API key and id for Google calendar service (see "Creating a Google API Key")
-
create an
.env
file with:GOOGLE_CALENDAR_ID=<calendar_id> GOOGLE_CALENDAR_API_KEY=<api_key> API_HOST=http://localhost:3000
-
in
.env
, replace:- <calendar_id> with your Google Calendar's ID
- <api_key> with its matching API key
Run npm run build
from the project folder.
To contribute to geeksessions.io you can:
- work on a feature or fix
- improve documentation
- open an issue
To work on a feature, fix, or documentation, fork the project and make a pull request to master.