Skip to content

feat: Create aXenDev v3 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .eslintignore

This file was deleted.

71 changes: 0 additions & 71 deletions .eslintrc

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/lint-pr.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/tests.yml

This file was deleted.

14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
Expand All @@ -23,13 +28,14 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
# next-env.d.ts
6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

18 changes: 0 additions & 18 deletions .stylelintrc

This file was deleted.

30 changes: 0 additions & 30 deletions .vscode/settings.json

This file was deleted.

59 changes: 20 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,36 @@
# (NextJS) aXenDev 2.0 - Portfolio
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

Personal portfolio application.
## Getting Started

## ⚠️ 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
First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## 🔨 Deployment
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Command:
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

```bash
pnpm build
```

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.

## 💻 Server
## Learn More

Before run server, you need to build project.
To learn more about Next.js, take a look at the following resources:

```bash
pnpm start
```
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

## 👍 Tests
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!

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

## 👍 Lint
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Commands:

```bash
pnpm lint
pnpm lint:fix
```
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
16 changes: 0 additions & 16 deletions __mocks__/RootMock.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions app/[locale]/(main)/[...rest]/page.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions app/[locale]/(main)/contact/page.tsx

This file was deleted.

Loading