Files
Emil_Shanayev_Resume/README.md
T

29 lines
580 B
Markdown

# Emil Shanayev — Portfolio
Updated static portfolio based on the original `Emil_Shanayev_Resume` repository.
## Local development
```bash
npm install
npm run dev
```
Open `http://localhost:3000`.
## Production build
```bash
npm run build
```
The static export is written to `out/`.
## GitHub Pages
The project is preconfigured for:
`https://emil28092005.github.io/Emil_Shanayev_Resume/`
Push the project to the `main` branch, then select **Settings → Pages → Source → GitHub Actions**. The included workflow builds and deploys the static export automatically.