Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axendeveloper/web-axendev
- Owner: aXenDeveloper
- License: gpl-3.0
- Created: 2020-11-19T10:10:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T09:20:11.000Z (8 months ago)
- Last Synced: 2024-10-06T16:41:31.736Z (about 1 month ago)
- Topics: app-dir, nextjs, portfolio, typescript
- Language: TypeScript
- Homepage: https://aXenDev.net
- Size: 16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```