Skip to content

shmaplex/nous-web

Repository files navigation

Nous Foundation Logo

Nous Foundation Website

Welcome to the Nous Foundation website — building open, decentralized intelligence.
This project is built with Next.js and bootstrapped using create-next-app. Our website showcases decentralized news, tools, and open-source projects.


Table of Contents


Getting Started

Clone the repository and install dependencies:

git clone https://github.com/shmaplex/nous.git
cd nous
npm install
# or
yarn install
# or
pnpm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to view the website.

You can start editing the page by modifying app/page.tsx. Changes are hot-reloaded automatically.


Project Structure

app/           # Next.js App Router pages and components
components/    # Reusable UI components
public/        # Static assets (images, logos, etc.)
styles/        # Global and Tailwind CSS files
types/         # TypeScript type definitions
package.json   # Project dependencies and scripts
next.config.js # Next.js configuration

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/my-feature
  3. Make your changes.
  4. Test locally.
  5. Commit your changes:
    git commit -m "Add my feature"
  6. Push to your branch:
    git push origin feature/my-feature
  7. Open a Pull Request and describe your changes.

Please follow our code style and use clear commit messages.


Learn More

To learn more about Next.js, check out:


Deployment

The easiest way to deploy your Next.js app is to use Vercel.

Check out the Next.js deployment documentation for more details.


License

This project is licensed under the Common Sense License (CSL) v1.1.

Copyright (C) 2025
The Common Sense License Working Group

Permission is granted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Full license terms can be found at: https://github.com/shmaplex/csl

Large-Scale Commercial Users must comply with contribution requirements described in Section 8 of the CSL v1.1 License.

For more details, see the LICENSE file in this repository.

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published