Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanbarillosofficial/website-official

Official Website of Ryan Barillos. Built with Next.js, React and SASS
https://github.com/ryanbarillosofficial/website-official

nextjs personal-site personal-website sass typescript website website-development

Last synced: about 2 months ago
JSON representation

Official Website of Ryan Barillos. Built with Next.js, React and SASS

Awesome Lists containing this project

README

        

# Official Website of Ryan Barillos
### Built with Next JS, React, and SASS (CSS)

Have a Look at it in the Following Domains!
- https://ryanbarillos.com
- https://ryanbarillosofficial.github.io/website-official/

---

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

If you decide to fork this website, here are the following instructions to get you started.

## Getting Started
First, clone this project with the following:

```bash
git clone https://github.com/ryanbarillosofficial/website-official.git
cd website-official
```

Then, install all the Node modules:

```bash
npm install -y
```

After that, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Lastly, open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.

## Learn More

To learn more about Next.js and explore my site, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.