Built with Astro, an outstanding framework.
- ESLint configured
- Prettier configured
- Sass & SCSS support
- Sitemap generator
- TypeScript (checks JavaScript files too)
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 installCreate a .env file in the root of the project.
See sample.env.
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 devCheck the package.json "scripts" field for other built-in scripts (build, lint, format...).
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.