Installation and testing
GitHub repository: https://github.com/JorgeOehrens/hackaton-stacks
This project is under the MIT License.
Requirements
Node.js (v14 or higher)
npm or yarn
Git
Necessary dependencies
React: Library for building user interfaces.
Vite: A fast bundler for front-end development with hot-module replacement support.
TailwindCSS: CSS utility framework for faster front-end development.
AOS (Animate On Scroll): Scroll animation library.
Stacks.js: SDK to interact with the Stacks blockchain and handle authentication and smart contracts.
react-router-dom: For navigation between pages in a Single Page Application (SPA).
TypeScript: For adding static typing to JavaScript and improving code maintainability.
Clarity: Language for smart contracts in Stacks.
Installation
Last updated