opensource
🏠 Homepage
🚀 Getting Started
First, install the dependencies:
yarn install
Next, create an .env.local
file as following or clone the example one:
#Google Analytics ID
NEXT_PUBLIC_GA_ID=G-123123123
Remember to set up the variables according to your project.
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
🤝 Contributing
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
📝 License
License © Codeminer42