A website to find and share code snippets for Angular.
Follow the below steps to add a snippet to the website.
- Go to pages -> snippets folder.
- add a new mdx file with the name of the snippet.
- add the content in the format below.
---title: Tile of the snippetdescription: description of the snippetpubDate: (Dare) Feb 20, 2022contributedBy: "@TwitterHandle"---importBlogImagefrom"@components/BlogImage.astro"; importSourceMapfrom"@images/source-map.jpg"; Content of the snippet We accept mdx syntax here. You can include code snippets like this. "sourceMap": {"hidden": true, } and images like this. <BlogImagesrc={ImagePath}alt="hidden source map for production" />- Static Site Generator: Astro
- CSS Framework: Tailwind CSS
- Markdown: MDX
- Package Manager: pnpm
Here are some commands that you can run to get started with the project. You can also check all the commands in the package.json
# Install dependencies pnpm install # Run the development server pnpm dev # Build the project pnpm build # Serve the built project pnpm previewOliver Erxleben 💻 | Paweł Kubiak 💻 | Santosh Yadav 💻 | Nicolas Frizzarin 📖 | Jay Bell 📖 | Bartosz Wasilew 📖 | Robin Goetz 💻 |
Chau Tran 💻📖 | Pham Huu Hien 📖 | Nelson Gutierrez 📖 | Lucio Aimar 📖 | Deepak Rudra Paul 📖 | Rubén Peregrina 📖 |
This repository has MIT License.