Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2anki/docs.2anki.net

Documentation for 2anki.net
https://github.com/2anki/docs.2anki.net

2anki anki documentation

Last synced: about 2 months ago
JSON representation

Documentation for 2anki.net

Awesome Lists containing this project

README

        

# docs.2anki.net

[![Netlify Status](https://api.netlify.com/api/v1/badges/6e6e37be-b10a-478f-ae96-93ca6ff87186/deploy-status)](https://app.netlify.com/sites/docs-2anki/deploys)

This project is the official documentation for 2anki.net.

## 🧞 Commands

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 |

## Contributing

Thank you for considering to contribute. Your changes are welcome!
You can read more about the project structure in [DEV](./DEV.md).