Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thundermiracle/next-startbootstrap-agency
Next.js version of startbootstrap-agency with i18n supported
https://github.com/thundermiracle/next-startbootstrap-agency
i18n landing-page next startbootstrap-agency typescript
Last synced: 26 days ago
JSON representation
Next.js version of startbootstrap-agency with i18n supported
- Host: GitHub
- URL: https://github.com/thundermiracle/next-startbootstrap-agency
- Owner: thundermiracle
- License: mit
- Created: 2022-05-30T13:32:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T04:36:32.000Z (6 months ago)
- Last Synced: 2024-05-21T21:42:44.256Z (6 months ago)
- Topics: i18n, landing-page, next, startbootstrap-agency, typescript
- Language: TypeScript
- Homepage: https://next-startbootstrap-agency.vercel.app/
- Size: 75.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js startbootstrap-agency
Next.js version of startbootstrap-agency with i18n support. Based on [gatsby-startbootstrap-agency](https://github.com/thundermiracle/gatsby-startbootstrap-agency).
## Why Next.js over GatsbyJS
[https://thundermiracle.com/blog/en/2022-11-05-migrate-from-gatsbyjs-to-next/](https://thundermiracle.com/blog/en/2022-11-05-migrate-from-gatsbyjs-to-next/)
## Install
```shell
pnpm i
pnpm dev
```## i18n Configuration
- set defaultLocale & locales in `'./next.config.js'`
- set locale in `'./contents/locale.json'`
- set meta data in `'./contents/meta.json'`
- copy json files in `'contents/en'` folder and translate the contents
## License
This project is licensed under the terms of the [MIT license](/LICENSE).