Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hugoramonpereira/clear-english
- Owner: HugoRamonPereira
- Created: 2024-03-26T02:50:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:01:16.000Z (about 2 months ago)
- Last Synced: 2024-09-13T07:23:03.527Z (about 2 months ago)
- Topics: language-learning, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage:
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)