Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

daily.dev Documentation

Development

git clone https://github.com/dailydotdev/docs.git

Step into the directory:

cd docs

Install the depndencies

npm i 

if you use yarn, you can alternatively just type 'yarn'

Run the local dev environment

npm run start

if you use yarn, you can use 'yarn start'

visit

http://localhost:3000

Deployment

Build the project

yarn build

Run the server

yarn serve

The server is available by default on port 3000

Deployment with Docker

From the folder where the docker-compose.yml file is located, type:

docker compose up --build

The server is available by default on port 3000

Test it

docker run -p 3000:3000 francescoxx/dailydev-docs:0.9.3

πŸ“‘ License

Licensed under AGPL-3.0.

About

The official product docs of daily.dev

Resources

License

Code of conduct

Releases

No releases published

Packages

No packages published