Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2anki/docs.2anki.net
- Owner: 2anki
- License: mit
- Created: 2023-10-22T13:26:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T11:41:37.000Z (8 months ago)
- Last Synced: 2024-05-20T21:58:54.064Z (8 months ago)
- Topics: 2anki, anki, documentation
- Language: JavaScript
- Homepage: https://docs.2anki.net
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).