{"id":18747124,"url":"https://github.com/shiftwalk/field-2022","last_synced_at":"2025-06-20T16:39:28.205Z","repository":{"id":62154252,"uuid":"557212761","full_name":"shiftwalk/field-2022","owner":"shiftwalk","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-08T13:40:20.000Z","size":3233,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:46:33.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"field-2022.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shiftwalk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-25T09:25:41.000Z","updated_at":"2024-02-22T03:13:39.000Z","dependencies_parsed_at":"2023-01-23T05:15:38.580Z","dependency_job_id":"4ab153f7-ed09-40b4-a5bc-e7030ef6741e","html_url":"https://github.com/shiftwalk/field-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"shiftwalk/shiftwalk-nextjs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftwalk%2Ffield-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftwalk%2Ffield-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftwalk%2Ffield-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftwalk%2Ffield-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiftwalk","download_url":"https://codeload.github.com/shiftwalk/field-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239632034,"owners_count":19671793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T16:28:39.143Z","updated_at":"2025-02-19T09:32:00.985Z","avatar_url":"https://github.com/shiftwalk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shiftwalk Starter\nDemo: [https://sg-next-tailwind-motion.vercel.app/](https://sg-next-tailwind-motion.vercel.app/)\n\nLocomotive Scroll Demo: [https://sg-next-tailwind-motion-locomotive.vercel.app/](https://sg-next-tailwind-motion-locomotive.vercel.app/)\n\nA simple [Next.js](https://nextjs.org/) boilerplate with [TailwindCSS](https://tailwindcss.com/) ([JIT](https://tailwindcss.com/docs/just-in-time-mode)), [Framer Motion](https://www.framer.com/motion/), and a few other nice bits preconfigured.\n\n## ✨ Features\n- [Next](https://nextjs.org/) 12\n- [SWC Minification](https://nextjs.org/docs/upgrading#swc-replacing-terser-for-minification)\n- [Tailwind](https://tailwindcss.com/) 3.0\n- Custom [PostCSS](https://postcss.org/) setup preconfigured to allow for `@import` and simple CSS nesting\n- [Framer Motion 4](https://www.framer.com/motion/) (With [LazyMotion](https://www.framer.com/api/motion/lazy-motion/) setup for smaller bundle sizes)\n- [Preact](https://preactjs.com/) preconfigured instead of React for smaller bundle size*\n- SEO preconfigured with [next-seo](https://github.com/garmeeh/next-seo)\n- [Module Aliasing](https://nextjs.org/docs/advanced-features/module-path-aliases) preconfigured with `jsconfig.json`\n- [Feature branch](https://github.com/samuelgoddard/next-tailwind-motion/tree/locomotive-scroll) with [Locomotive Scroll](https://locomotivemtl.github.io/locomotive-scroll/) preconfigured for smooth, lerp based page scrolling\n- Out the box 100 scores on both mobile \u0026amp; desktop on [Page Speed Insights](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsg-next-tailwind-motion.vercel.app%2F\u0026tab=mobile)\n\n_*To remove Preact and switch back to React simply remove the code in `next.config.js`_\n\n### Roadmap / Coming Soon...\n- Feature branch with [Sanity](https://www.sanity.io/) preconfigured\n- Feature branch with [DatoCMS](https://www.datocms.com/) preconfigured\n- Feature branch with [GSAP](https://greensock.com/gsap/) preconfigured\n\n## 🚀 Quick start\n\n1.  **Clone the repo**\n\n    ```sh\n    git clone https://github.com/samuelgoddard/next-tailwind-motion.git\n    ```\n\n2.  **Start developing**\n\n    Navigate into your new site’s directory and install the local dependencies first, then run the dev command.\n\n    ```sh\n    cd next-tailwind-motion/\n    \n    npm i\n    npm run dev\n    ```\n\n3.  **Open the source code and start editing!**\n\n    Your site is will be running at `http://localhost:3000`\n\n## 🗄 Directory Structure\n```\n|-- components\n    |-- container.js *// A simple container component to wrap areas in a max width*\n    |-- fancyLink.js *// A simple wrapper around `next/link`\n    |-- footer.js *// Example footer component*\n    |-- header.js *// Example header component*\n    |-- layout.js *// Layout component that can be used to wrap your pages in a global layout*\n|-- helpers\n    |-- seo.config.js *// default SEO configuration helper, imported in `pages/_app.js`*\n    |-- transitions.js *// re-usable framer motion transition helper with a basic 'fade' transition to get started*\n|-- pages\n    |-- _app.js *// Includes default SEO component \u0026 Framer motion AnimatePresence init*\n    |-- _document.js *// Default Next document component*\n    |-- about.js\n    |-- index.js\n|-- public *// Next public assets*\n|-- styles\n    |-- _fonts.css *// custom webfont styles*\n    |-- _typography.css *// custom typographical styles*\n    |-- main.css *// Tailwind init and custom css imports*\n|-- .gitignore\n|-- jsconfig.json *// module aliasing*\n|-- postcss.config.js *// Tailwind, CSS import, CSS nesting init*\n|-- next.config.js *// Prefer Preact to React*\n|-- package.json\n|-- README.md\n|-- tailwind.config.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftwalk%2Ffield-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiftwalk%2Ffield-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftwalk%2Ffield-2022/lists"}