python3.11 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
pre-commit install
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
This repo contains the smallest possible AdonisJS application with the framework core and the Japa test runner. You can clone this repo to start from a clean state and configure new packages as needed.
ts-node + swc
and create a production build.By executing the following command, you can create a new app using the slim
starter kit. The command will perform the following steps.
.env.example
to .env
node ace generate:key
command.npm init adonisjs@latest hello-world -- -K=slim