Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axendeveloper/web-axendev

Personal portfolio app 2.0.
https://github.com/axendeveloper/web-axendev

app-dir nextjs portfolio typescript

Last synced: 13 days ago
JSON representation

Personal portfolio app 2.0.

Awesome Lists containing this project

README

        

# (NextJS) aXenDev 2.0 - Portfolio

Personal portfolio application.

## ⚠️ Requirements for VSCode

- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [StyleLint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)

## 🧰 Install

Use commands:

```bash
pnpm i
```

## 🛠 Run

```bash
pnpm dev
```

## 🔨 Deployment

Command:

```bash
pnpm build
```

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## 💻 Server

Before run server, you need to build project.

```bash
pnpm start
```

## 👍 Tests

- `pnpm t Button.test.tsx` - run only one test `Button.test.tsx`
- `pnpm t:coverage` - run tests coverage for frontend

## 👍 Lint

Commands:

```bash
pnpm lint
pnpm lint:fix
```