List of Ekaterinburg Code projects updated in real-time.
The project data is edited in the projects.config.js
{
organization: 'ekaterinburgdev',
projects: [
{
title: 'Project name',
url: 'https://link.ekaterinburg.dev',
icon: 'icon.svg',
git: ['repo-name'], // Repositories groups (front-end, back-end, etc)
vercel: 'vercel-deployment-domain',
links: [
{
'name': 'Figma',
'url': 'https://figma.com/link-to-design'
},
...
]
},
...
]
}
- Add
.env.local
with GitHub Access Token for GitHub withscope
with access torepo
permission
GITHUB_TOKEN=<github-access-token>
pnpm i
- Run local server
pnpm dev