Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanapoom21/portfolio-nextjs
This web app will be initially served on Vercel which supports Nextjs applications and it is blazingly fast.
https://github.com/thanapoom21/portfolio-nextjs
Last synced: 11 days ago
JSON representation
This web app will be initially served on Vercel which supports Nextjs applications and it is blazingly fast.
- Host: GitHub
- URL: https://github.com/thanapoom21/portfolio-nextjs
- Owner: thanapoom21
- License: mit
- Created: 2021-06-22T22:48:24.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-30T17:33:06.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:21:10.664Z (3 months ago)
- Language: JavaScript
- Homepage: https://tpmusic.dev
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - portfolio-nextjs - This web app will be initially served on Vercel which supports Nextjs applications and it is blazingly fast. (JavaScript)
README
# Welcome to my portfolio
This repo is for showcasing my web developement skills. It is not perfect and it serves as a sandbox. I've tried to implement a lot of tools, library, frameworks, and more.
## Quick Start
Required versions of tools used within this repo:
- Node: lts/gallium -> v16.13.1
- `[email protected]`
- `[email protected]` or greater```sh
# Install dependencies
yarn# Run local development
yarn dev# Build for deployment
yarn build# Run production build
yarn start
```ESlint and Prettier are installed for easy configuration and code format. We can change the configuration later as we see fit.
```sh
# Run lint to see if it complies with code rules or convention.
yarn lint
```## Note
> I plan to add more works and side projects to this repo. If possible, I'd like to redesign the whole site and probably have to update some dependencies. New releases would be better and simpler. Plan to add tags and releases to the repo.
## Movies APIs from MongoDB sample JSON
```bash
MONGODB_URI=mongodb+srv://:@.2cspo.mongodb.net/?retryWrites=true&w=majority
MONGODB_DB=sample_mflix
```