diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml new file mode 100644 index 0000000..7b50577 --- /dev/null +++ b/.github/workflows/blog-post-workflow.yml @@ -0,0 +1,19 @@ +name: Latest blog post workflow +on: + schedule: # Run workflow automatically + - cron: '0 * * * *' # Runs every hour, on the hour + workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly +permissions: + contents: write # To write the generated contents to the readme + +jobs: + update-readme-with-blog: + name: Update this repo's README with latest blog posts + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Pull in dev.to posts + uses: gautamkrishnar/blog-post-workflow@v1 + with: + feed_list: "https://blog.imnya.ng/rss.xml" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..932def7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,28 @@ +BSD 3-Clause License + +Copyright (c) 2025, imnyang + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index e0d2066..9c563cb 100644 --- a/README.md +++ b/README.md @@ -1,100 +1,27 @@ -# Welcome to React Router! +# πŸ’• imnyang +Normal Student Developer -A modern, production-ready template for building full-stack React applications using React Router. +

+ μ•”λƒ₯ & 남λƒ₯ +

-[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router-templates/tree/main/default) - -## Features - -- πŸš€ Server-side rendering -- ⚑️ Hot Module Replacement (HMR) -- πŸ“¦ Asset bundling and optimization -- πŸ”„ Data loading and mutations -- πŸ”’ TypeScript by default -- πŸŽ‰ TailwindCSS for styling -- πŸ“– [React Router docs](https://reactrouter.com/) - -## Getting Started - -### Installation - -Install the dependencies: - -```bash -npm install -``` - -### Development - -Start the development server with HMR: - -```bash -npm run dev -``` - -Your application will be available at `http://localhost:5173`. - -## Building for Production - -Create a production build: - -```bash -npm run build -``` - -## Deployment - -### Docker Deployment - -This template includes three Dockerfiles optimized for different package managers: - -- `Dockerfile` - for npm -- `Dockerfile.pnpm` - for pnpm -- `Dockerfile.bun` - for bun - -To build and run using Docker: - -```bash -# For npm -docker build -t my-app . - -# For pnpm -docker build -f Dockerfile.pnpm -t my-app . - -# For bun -docker build -f Dockerfile.bun -t my-app . - -# Run the container -docker run -p 3000:3000 my-app -``` - -The containerized application can be deployed to any platform that supports Docker, including: - -- AWS ECS -- Google Cloud Run -- Azure Container Apps -- Digital Ocean App Platform -- Fly.io -- Railway - -### DIY Deployment - -If you're familiar with deploying Node applications, the built-in app server is production-ready. - -Make sure to deploy the output of `npm run build` - -``` -β”œβ”€β”€ package.json -β”œβ”€β”€ package-lock.json (or pnpm-lock.yaml, or bun.lockb) -β”œβ”€β”€ build/ -β”‚ β”œβ”€β”€ client/ # Static assets -β”‚ └── server/ # Server-side code -``` - -## Styling - -This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer. +

+ + + +

--- -Built with ❀️ using React Router. +Team. [Sqlare](https://sqlare.com) + +## Blog posts + +- [Docker Image λ°±μ—… & 뢈러였기, Containerλ₯Ό Image둜 λ°”κΎΈκΈ°](https://blog.imnya.ng/docker-image-backup) +- [CSS만으둜 Full Page Scroll κ΅¬ν˜„ν•˜κΈ°](https://blog.imnya.ng/full-page-scroll) +- [Bandit 풀이](https://blog.imnya.ng/bandit) +