Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasalbertodev/my-portfolio

Ini adalah website portfolio saya
https://github.com/thomasalbertodev/my-portfolio

javascript nextjs react vercel

Last synced: 4 days ago
JSON representation

Ini adalah website portfolio saya

Awesome Lists containing this project

README

        

# my-portfolio

🎉 Congratulations, your project was successfully generated with [Create Next Stack](https://www.create-next-stack.com/)!

To get started, run:

```bash
npm run dev
```

## Final Steps

There are a few final steps that we were not able to perform automatically. We have provided a complete list for you below. You should take care of these before you can start developing your project. You can delete each item from the list as you go along.

### To do:

- Integrate Vercel with your repository host for continuous deployments at https://vercel.com/new

## Scripts

The table below provides names and descriptions of the npm scripts available in this project.

Each script is run using `npm run `. For example: `npm run dev`.

| Name | Description |
| --------------- | ------------------------------------------------------------------------------ |
| `test` | Runs tests |
| `dev` | Runs the Next.js development server. |
| `build` | Generates a production build. |
| `start` | Runs the Next.js production server built using `build` script. |
| `lint` | Runs [ESLint](https://eslint.org/) to catch linting errors in the source code. |
| `format` | Formats all source code in the project. |
| `format:check` | Checks the formatting of all code in the project. |
| `deploy:vercel` | Deploy a preview deployment to Vercel |

## Technologies

The table below gives an overview of the technologies used in this project, as well as places to learn more about them.

| Name | Links |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Next.js | [Website](https://nextjs.org/) - [Docs](https://nextjs.org/docs) - [Learn Next.js](https://nextjs.org/learn) - [GitHub](https://github.com/vercel/next.js) - [Wikipedia](https://en.wikipedia.org/wiki/Next.js) |
| React | [Website](https://reactjs.org/) - [Docs](https://reactjs.org/docs/getting-started.html) - [GitHub](https://github.com/facebook/react) - [Wikipedia]() |
| TypeScript | [Website](https://www.typescriptlang.org/) - [Docs](https://www.typescriptlang.org/docs/) - [GitHub](https://github.com/microsoft/TypeScript) - [Wikipedia](https://en.wikipedia.org/wiki/TypeScript) |
| Tailwind CSS | [Website](https://tailwindcss.com/) - [Docs](https://tailwindcss.com/docs) - [GitHub](https://github.com/tailwindlabs/tailwindcss) |
| ESLint | [Website](https://eslint.org/) - [Configuration](https://eslint.org/docs/user-guide/configuring/) - [Rules](https://eslint.org/docs/rules/) - [GitHub](https://github.com/eslint/eslint) |
| Prettier | [Website](https://prettier.io/) - [Docs](https://prettier.io/docs/en/index.html) - [Options](https://prettier.io/docs/en/options.html) - [GitHub](https://github.com/prettier/prettier) |
| npm | [Website](https://www.npmjs.com/) - [Docs](https://docs.npmjs.com/) - [GitHub](https://github.com/npm/cli) |
| GitHub Actions | [Website](https://github.com/features/actions) - [Docs](https://docs.github.com/en/actions) - [Workflow syntax](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) |
| Vercel | [Website](https://vercel.com/) - [Docs](https://vercel.com/docs) - [CLI Docs](https://vercel.com/docs/cli) |