Time to remake this in rust and solana
- First, make sure you have Node.js and npm (Node Package Manager) installed on your computer, You can check this by running the following commands in your terminal:
node -v
npm -v
Read docs here Node.js Documentation
- Once you have npm installed you can run the following both to install and upgrade Yarn
npm install --global yarn
yarn --version
Read docs here Yarn Installation guide
- Clone the News-Unchained project from GitHub
git clone https://github.com/KarthikS373/NewsUnchained.git
- Once the project is cloned, navigate into the project directory and run the following command to install all the necessary dependencies:
yarn install
- Finally, to start the development server, run the following command in your terminal:
yarn dev
This will start the development server and you should be able to see your project running at
http://localhost:3000
in your browser.
- Next JS :
Next.js is a popular JavaScript framework that is used to build server-rendered React applications and allows to create web applications that are optimized for performance and scalability, and includes a number of built-in features such as automatic code splitting and optimized client-side rendering. Next.js is used to build the user interface and handle the rendering of pages on the server that allows a fast and seamless experience for users, as the server can handle the heavy lifting of rendering pages and serving content.
- Tailwind CSS :
Tailwind CSS is a utility-first CSS framework that is designed to make it easy to build user interfaces with consistent and customizable styles and allows for rapid development of visually pleasing user interfaces. Tailwind CSS is used to style the user interface and create a visually pleasing, consistent look and feel across the site and also to customize the branding and design of the platform.
-
TypeScript :
-
Solidity :
Will make a new app in python
- Hardhat :