Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xandao-dev/xandao.dev

My portfolio website
https://github.com/xandao-dev/xandao.dev

porfolio portfolio-website software-developer software-development software-engineering svelte svelte3 vue vue3 web-components

Last synced: 1 day ago
JSON representation

My portfolio website

Awesome Lists containing this project

README

        




Xandão.dev


My personal website! For you to know more about me and my work.




Explore the docs »


Report Bug
·
Request Feature

Table of Contents



  1. About The Project



  2. Getting Started


  3. Front-end Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgements

## About The Project



Xandão.dev Website

### Features

* Bio
* Projects

### Built With

* [Vue.js 3](https://vuejs.org/) - A progressive framework for web development
* [Svelte](https://svelte.dev/) - A compiler for writing reactive code
* [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript
* [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework

## Getting Started

To get a local copy up and running follow these simple steps.

### Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

### Installation

1. Clone the repo
```sh
git clone https://github.com/xandao-dev/xandao.dev.git
```
2. Install frontend dependencies
```sh
cd xandao.dev/frontend
pnpm install
```

## Front-end Usage

* Starts the development server
```sh
cd frontend
pnpm dev
```
* Build for production
```sh
cd frontend
pnpm build-core
pnpm build-libs
```

## Roadmap

See the [open issues](https://github.com/xandao-dev/xandao.dev/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See [LICENSE](./LICENSE.md) for more information.

Free software =)

## Contact

Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])

Project Link: [https://github.com/xandao-dev/xandao.dev](https://github.com/xandao-dev/xandao.dev)

## Acknowledgements

* [Web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components)
* [eslint](https://github.com/eslint/eslint) - code linter
* [prettier](https://github.com/prettier/prettier) - code formatter
* [pnpm](https://pnpm.io/) - performant npm alternative with workspace support