Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunos3d/vercel-env-vars-debug
🔺 NEXT.JS - Never deploy this project with sensitive environment variables.
https://github.com/brunos3d/vercel-env-vars-debug
debug environment-variables nextjs vercel
Last synced: 8 days ago
JSON representation
🔺 NEXT.JS - Never deploy this project with sensitive environment variables.
- Host: GitHub
- URL: https://github.com/brunos3d/vercel-env-vars-debug
- Owner: brunos3d
- License: mit
- Created: 2021-03-23T10:31:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T20:53:39.000Z (over 3 years ago)
- Last Synced: 2024-11-10T09:38:00.632Z (2 months ago)
- Topics: debug, environment-variables, nextjs, vercel
- Language: TypeScript
- Homepage: https://vevd.vercel.app
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥
- 📏 **ESLint** — Pluggable JavaScript linter
- 💖 **Prettier** - Opinionated Code Formatter
- 🐶 **Husky** — Use git hooks with ease
- 📄 **Commitizen** - Conventional commit messages CLI
- 🚓 **Commitlint** - Lint commit messages
- 🖌 **Renovate** - Dependency update tool
- 🚫 **lint-staged** - Run linters against staged git files
- 🗂 **Absolute import** - Import folders and files using the `@` prefix## 🚀 Getting started
The best way to start with this template is using `create-next-app`.
```
npx create-next-app ts-next -e https://github.com/jpedroschmitz/typescript-nextjs-starter
```If you prefer you can clone this repository and run the following commands inside the project folder:
1. `npm install` or `yarn`;
2. `yarn dev`;To view the project open `http://localhost:3000`.
## 🤝 Contributing
1. Fork this repository;
2. Create your branch: `git checkout -b my-new-feature`;
3. Commit your changes: `git commit -m 'Add some feature'`;
4. Push to the branch: `git push origin my-new-feature`.**After your pull request is merged**, you can safely delete your branch.
## 📝 License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.
---
Made with ♥ by João Pedro Schmitz