A project display webapp to display your projects (public & private)
- Display projects in an organized grid view
- Sort projects based on project age
- Filter projects by language used, technologies used and if the source code is available
- Projects have a markdown rendered description
- Projects are manageable within the website based on a GitHub account
- Projects can have a timeline attached to them
Please create an issue in the GitHub issue tracker above
- Copy
.envto.env.local - Put configuration options inside
.env.localNEXT_PUBLIC_APP_NAMEis the top left textNEXT_PUBLIC_COPYRIGHTis the bottom left text before the GitHub buttonMONGODB_URIfull mongodb uri including database (mongodb://127.0.0.1:27017/neon)NEXTAUTH_URLhostname of the app (https://neon.demo.com)GITHUB_ID,GITHUB_SECRETclient id & client secret of a GitHub application (https://github.com/settings/applications/new)GITHUB_USER_EMAILemail address of the github account that will become the one and only administrator
- Run
npm run docker-buildto build theneon:latestdocker image
Send me an email at contact [at] grantsommer [dot] com
