MatteoGauthier / docs-1

The official product docs of daily.dev

Home Page:https://docs.daily.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ daily.dev Documentation

πŸ’» Development

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

Step into the directory:

$ cd docs

Install the dependencies:

// with npm
$ npm i

// or with yarn
$ yarn

Run the local dev environment:

// with npm
$ npm run start

// or with yarn
$ yarn start

Visit:

http://localhost:3000

πŸš€ Deployment

Build the project:

// with npm
$ npm run build

// or with yarn
$ yarn build

Run the server:

// with npm
$ npm run serve

// or with yarn
$ 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

πŸ™ Thanks to all Contributors

Thanks a lot for spending your time in helping daily.dev grow. Thanks a lot! ❀️

🀝 Support

This project needs a star ⭐️ from you. Don't forget to leave a star! ⭐️

πŸ“‘ License

Licensed under AGPL-3.0.

About

The official product docs of daily.dev

https://docs.daily.dev

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 60.5%Language:CSS 38.6%Language:Dockerfile 0.9%