Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 3 hours 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.

Awesome Lists containing this project

README

        


andronix-internal-api





## 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.