https://github.com/ngodingbang/rwid-portofolio
Portofolio page template for RWID member using Next.js.
https://github.com/ngodingbang/rwid-portofolio
Last synced: over 1 year ago
JSON representation
Portofolio page template for RWID member using Next.js.
- Host: GitHub
- URL: https://github.com/ngodingbang/rwid-portofolio
- Owner: ngodingbang
- License: mit
- Created: 2024-10-11T14:06:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:50:51.000Z (over 1 year ago)
- Last Synced: 2025-01-07T22:52:23.796Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://rwid-portofolio.vercel.app
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RWID Portofolio Template
[](LICENSE.md)
[](https://github.com/ngodingbang/rwid-portofolio/releases)
[](https://github.com/ngodingbang/rwid-portofolio/actions/workflows/main.yml)
This is a repository of portofolio page template for RWID member using [Next.js](https://nextjs.org) intended for personal use only. The site is forked from the incredible [Tailwind-Nextjs-Starter-Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) by [Tim Lrx](https://github.com/timlrx). Check out [the parent repository documentation](https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/README.md) or fork this project to start building your own portofolio.
This blog was developed with:
- [](https://www.typescriptlang.org)
- [](https://react.dev)
- [](https://nextjs.org)
- [](https://tailwindcss.com)
## Requirement
- [](https://nodejs.org)
- [](https://pnpm.io)
- [](https://www.postgresql.org)
## Installation
To get started using this app in your localhost, simply paste this command into your terminal:
```bash
git clone https://github.com/ngodingbang/rwid-portofolio.git
cp .env.example .env.local
pnpm install
```
## Preparing The Database
Run migrations and seeder by execute the command below.
```bash
pnpm run migrate:dev:local
# or
pnpm run migrate:reset:local -- --skip-seed # Add flag "--skip-seed" to run the migration without seeding and flag "--source_path=YOUR_ENV_PATH" to change the default .env path value.
```
> Note: This is a development command and should never be used in a production environment. Please use `pnpm exec prisma migrate deploy` for testing an production environment. Read [prisma migrate documentation][prisma-migrate-documentation-url] for further information.
## Getting Started
First, run the development server:
```bash
pnpm run dev
pnpm run dev:secure # run in https mode
```
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.
## Changelog
You can read the changelog [here](CHANGELOG.md).
## License
You can read the license [here](LICENSE.md).
## Support
Using the template? Support this effort by giving a star on GitHub and giving a shoutout on your social media.
## Author
Septianata Rizky Pratama
- [](https://github.com/ianriizky)
- [](https://www.linkedin.com/in/ianrizky)