Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanbarillosofficial/website-official
- Owner: ryanbarillosofficial
- License: mit
- Created: 2024-07-17T17:03:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T05:46:24.000Z (4 months ago)
- Last Synced: 2024-08-28T11:15:06.938Z (4 months ago)
- Topics: nextjs, personal-site, personal-website, sass, typescript, website, website-development
- Language: SCSS
- Homepage: https://ryanbarillos.com/
- Size: 3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.