Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasalbertodev/my-portfolio
- Owner: thomasalbertoDev
- Created: 2023-07-02T11:57:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-10T12:17:04.000Z (over 1 year ago)
- Last Synced: 2024-04-20T03:33:26.347Z (7 months ago)
- Topics: javascript, nextjs, react, vercel
- Language: JavaScript
- Homepage: https://portfolio-thomasalberto.vercel.app/
- Size: 55.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |