Skip to content

profilerocks/profilerocks-web

Repository files navigation

profile.rocks website

Built with Astro, an outstanding framework.

Features

Getting Started

1. Installation

Clone the repository and install dependencies using your preferred package manager.

# Using npm
npm install

# Using Yarn
yarn install

# Using pnpm
pnpm install

# Using Bun
bun install

2. Configuration

Create a .env file in the root of the project.

See sample.env.

3. Running the Server

You can run the server in development mode.

# Using npm
npm run dev

# Using Yarn
yarn run dev

# Using pnpm
pnpm run dev

# Using Bun
bun run dev

Check the package.json "scripts" field for other built-in scripts (build, lint, format...).

License

This website is licensed under the MIT License.

See ICON-LICENSES.md for icon licenses.

You can find other profile.rocks open source projects at https://github.com/profile-rocks.

Releases

No releases published

Packages

 
 
 

Contributors