https://github.com/andronixapp/andronix-website-base
We have a new website 👀, built with NuxtJS and Tailwind CSS, it's fast! Uses Cypress and Mocha for testing and is automated with GH Actions.
https://github.com/andronixapp/andronix-website-base
andronix cypress jest mocha nuxt tailwindcss vue
Last synced: about 1 month ago
JSON representation
We have a new website 👀, built with NuxtJS and Tailwind CSS, it's fast! Uses Cypress and Mocha for testing and is automated with GH Actions.
- Host: GitHub
- URL: https://github.com/andronixapp/andronix-website-base
- Owner: AndronixApp
- Created: 2021-01-10T06:54:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T05:38:51.000Z (about 1 year ago)
- Last Synced: 2025-04-10T03:54:37.421Z (about 1 month ago)
- Topics: andronix, cypress, jest, mocha, nuxt, tailwindcss, vue
- Language: Vue
- Homepage: https://andronix.app
- Size: 1.36 MB
- Stars: 207
- Watchers: 21
- Forks: 49
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## What is this? ⚡
This is the repository of the official website for [Andronix App](https://git.andronix.app). This combines billing for the digital products that Andronix offers and Andronix Commands.> Andronix Commands will be added soon to this repo. It currently resides on [here](https://web.andronix.app) and is build with just VueJS and Tailwind.
## What is the Tech-Stack? 📐
This website/web-app is built using [NuxtJS](https://nuxtjs.org) and [Tailwind](https://tailwindcss.com). Deployed on [Netlify](https://netlify.com) and uses [GitHub Actions](https://github.com/features/actions) for the app pipeline.
### - Testing 🤖
We use [Cypress](https://cypress.io) for our E2E automated tests. Our unit and integration tests are done through [Mocha](https://mochajs.org) and [Chai](https://www.chaijs.com).## Developer Notes
### How to run it locally? 🏠
Clone the project and assuming that you have NodeJS installed on your machine already, run -
``` bash
# yarn
yarn run dev # for the development server.
yarn run generate # for the production build.# npm
npm run dev # for the development server.
npm run generate # for the production build.
```### How do I contribute? 🏗
If you want to improve something or maybe add something new, you can just send a pull request and if that's something that we would like to add/change, we'll be more than happy to merge it.