You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attendees need to be able to submit their projects. We will support project submissions as a link to a git repository.
The project "description" will be extracted from the repo's README and cached on the server. This file must be named README or README.md or README.txt and must be a plain text file.
The file will be cached on the server and then loaded whenever it is requested. The content of the README will be periodically updated afterwards.
The database will need to associate the following:
A project name
The project git repo
The cached project README (as a file)
(future) The project image banner
The text was updated successfully, but these errors were encountered:
Attendees need to be able to submit their projects. We will support project submissions as a link to a git repository.
The project "description" will be extracted from the repo's README and cached on the server. This file must be named
README
orREADME.md
orREADME.txt
and must be a plain text file.The file will be cached on the server and then loaded whenever it is requested. The content of the README will be periodically updated afterwards.
The database will need to associate the following:
The text was updated successfully, but these errors were encountered: