Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2lay/2lay.net
🐈 my personal website
https://github.com/2lay/2lay.net
nextjs portfolio react tailwind tailwindcss web website
Last synced: 17 days ago
JSON representation
🐈 my personal website
- Host: GitHub
- URL: https://github.com/2lay/2lay.net
- Owner: 2lay
- Created: 2024-01-27T23:05:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:20:05.000Z (25 days ago)
- Last Synced: 2024-12-16T16:16:56.813Z (18 days ago)
- Topics: nextjs, portfolio, react, tailwind, tailwindcss, web, website
- Language: Svelte
- Homepage: https://2lay.net
- Size: 6.66 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2lay.net
sauce for my website powered by a Svelte, Sveltekit, TailwindCSS.
## Developing
Install dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.