Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-kalema/assignment
https://github.com/joel-kalema/assignment
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joel-kalema/assignment
- Owner: joel-kalema
- Created: 2024-02-27T23:46:28.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-02-28T00:03:41.000Z (8 months ago)
- Last Synced: 2024-10-04T01:42:30.692Z (about 1 month ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment
![Screenshot 2002-28 015359](https://github.com/joel-kalema/me_with-nextjs/assets/57408419/8c0e89cf-9701-4bcf-a449-d292c1cffaa0)> This is a introduction for the BLQ Developer test (Next.js).
## Built With
- Nextjs
## Live Demo
[Live Demo](https://comfy-rugelach-fb36cf.netlify.app/)
## Getting Started
To get started, just clone the repository and run `npm install && npm run dev`:
git clone https://github.com/joel-kalema/me_with-nextjs.git
npm install
npm run devYou also need to enable `localhost:3000` in your CORS Origins settings!
Note: If you are running on Windows run install --noptional flag (i.e. `npm install --no-optional`) which will skip installing fsevents.
If you wanted to run this site in production, you should install modules then build the site with `npm run build` and run it with `npm run dev`:
npm install
npm run build
npm run devYou should run `npm run build` again any time you make changes to the site.
## Author
- GitHub: [@joel-kalema](https://github.com/joel-kalema)
- Twitter: [@JoelJklm](https://twitter.com/JoelJklm)
- LinkedIn: [joel kalema](https://www.linkedin.com/in/joel-kalema-30518a230/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/joel-kalema/Mobile-version-skeleton/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.