Blockforge is a futuristic SaaS platform designed to offer cutting-edge blockchain solutions. With a sleek, dark-themed UI, Blockforge provides seamless integration and innovative features to manage decentralized data and blockchain APIs. It is built to help businesses unlock the potential of next-gen blockchain technologies.
- Revolutionary Blockchain API: Easy integration and robust API for blockchain connectivity.
- Decentralized Data Solutions: Enhance security and transparency with decentralized data handling.
- Next-Gen Smart Contracts: Modern API designed to handle scalable and efficient smart contracts.
- Seamless Blockchain Integration: Simplified process to integrate blockchain technology into applications.
- Astro for the project setup and page rendering.
- React for interactive components.
- Tailwind CSS for responsive, utility-first styling.
- Framer Motion for rich animations and smooth transitions.
- TypeScript for type safety and robust development.
- Tailwind Merge for simplified merging of Tailwind class utilities.
To install and run Blockforge locally, follow these steps:
-
Clone the repository:
git clone https://github.com/NeoDev99/blockforge-saas
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Contributions are welcome! If you'd like to improve Blockforge or report issues, feel free to open a pull request or issue on GitHub.
This project is licensed under the MIT License - see the LICENSE
file for details.