Skip to content

Anoto is an open-source web application designed to showcase the capabilities of the Anoto app and provide developers with resources to contribute to its development.

License

Notifications You must be signed in to change notification settings

Anoto-ecossistem/Anoto-Website

Repository files navigation

Anoto Website

Preview

Captura de tela 2023-12-30 182503 Captura de tela 2023-12-30 182520 Captura de tela 2023-12-30 182609 Captura de tela 2023-12-30 183214

Installation

  1. Clone the repository:
$ git clone https://github.com/MatheusAlvesPereira/Anoto-Website.git
  1. run pnpm install
  2. If you want to switch to npm make sure to remove pnpm-lock.yaml and node_modules folder and then run npm install

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro -- --help Get help using the Astro CLI

Project Structure

Inside of your Astro project, you'll see the following folders and files:

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   ├── locales/
│   ├── middleware/
│   ├── pages/
│   ├── styles/
│   ├── utils/
│   └── consts.ts/
│   └── env.d.ts/
├── .prettierrc
├── astro.config.mjs
├── CONTRIBUTING.md
├── LICENSE
├── package.json
├── pnpm-lock.yaml
├── README.md
├── tailwind.config.cjs
└── tsconfig.json

This project use the template Astro-starter

About Astro.js...

Check out Astro documentation

Check the AnotoApp...

AnotoApp

About

Anoto is an open-source web application designed to showcase the capabilities of the Anoto app and provide developers with resources to contribute to its development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published