Discover events for engineers in Singapore!
- Fork this GitHub repository.
- Make the changes you need in a new branch.
- Make a Pull Request to this repo.
- Once your Pull Request has been merged, you will see the event on the website.
-
Create a new folder for your org. Use underscore ("_") instad of spaces (" ").
mkdir src/content/orgs/<name_of_org>
-
Copy the template into the new folder.
cp docs/org_template.md src/content/orgs/<name_of_org>/index.md
-
Edit the new markdown file with your content.
-
You can also put the image files in your org folder.
-
Create a new folder for your org in the events folder. Use underscore ("_") instad of spaces (" ").
mkdir src/content/events/<name_of_org>
Important: Use the same folder name as your org.
-
Create a new event folder with the event name. Use underscore ("_") instad of spaces (" ").
mkdir src/content/events/<name_of_org>/<event_name>
-
Copy the template into the new folder.
cp docs/event_template.md src/content/events/<name_of_org>/<event_name>/index.md
-
Edit the new markdown file with your event details.
-
You can also put the image files in your event folder.
-
Install dependencies
npm install
-
Start the app:
npm run dev
To stop the app, just press
Ctrl+C. -
To test the compilation and build of the website:
npm run build
This repository is connected to CloudFlare Pages. Any changes made to the main branch will be deployed to the website.