Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugoramonpereira/clear-english

Clear English is a languages platform that will provide valuable, taylored content for people that want to master English.
https://github.com/hugoramonpereira/clear-english

language-learning nuxt nuxtjs vue vuejs

Last synced: 2 days ago
JSON representation

Clear English is a languages platform that will provide valuable, taylored content for people that want to master English.

Awesome Lists containing this project

README

        

# Clear English Project

This project is an idea by [Hugo Ramon](https://www.linkedin.com/in/hugo-ramon-pereira/) please visit my [portfolio](https://hugoramonpereira.dev/) to learn more.

## Technologies

This project was created using [Vue.js](https://vuejs.org/) and [Nuxt.js](https://nuxt.com/).
For the styling of the application we are using [TailwindCSS](https://tailwindcss.com/) and [Shadcn-vue](https://www.shadcn-vue.com/)

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the author's available profiles if you wish to contact him, have any ideas or to get down to business:

* [Portfolio - Hugo Ramon](https://hugoramonpereira.dev/)
* [LinkedIn - Hugo Ramon](https://www.linkedin.com/in/hugo-ramon-pereira/)