NeonCloud is a cutting-edge hosting platform designed for developers and businesses seeking fast, reliable, and scalable web solutions. Built with Next.js for a seamless user experience and powered by Node.js for robust backend functionality, NeonCloud enables users to deploy applications effortlessly.
- Fast and responsive UI with Next.js
- API routes for dynamic functionality
- Scalable hosting on AWS
- Custom subdomain support
- Next.js (version 14 or higher)
- Node.js
- AWS account for deployment
# Clone the repository
git clone https://github.com/BlessedNur/neoncloud.git
# Navigate to the project folder
cd neoncloud
# Install dependencies
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
We welcome contributions to NeonCloud! Here's how you can help:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes and commit them (
git commit -m "Add new feature"
). - Push to your branch (
git push origin feature-name
). - Open a pull request.
- Follow our linter rules (ESLint for JavaScript).
- Keep your commits clean and descriptive.
Please use the issue tracker to report bugs or request new features.